Files
windmill/backend/windmill-queue/src/lib.rs
Ruben Fiszel 89456f502f remove rsmq
2024-11-24 11:04:54 +01:00

13 lines
292 B
Rust

/*
* Author: Ruben Fiszel
* Copyright: Windmill Labs, Inc 2022
* This file and its contents are licensed under the AGPLv3 License.
* Please see the included NOTICE for copyright information and
* LICENSE-AGPL for a copy of the license.
*/
mod jobs;
pub mod schedule;
pub use jobs::*;