Refactor to break out scheduler
This commit is contained in:
11
crates/scheduler/Cargo.toml
Normal file
11
crates/scheduler/Cargo.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[package]
|
||||
name = "scheduler"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
lib = { path = "../lib" }
|
||||
chrono = "0.4.42"
|
||||
tokio = { version = "1.47.1", features = ["rt", "rt-multi-thread"] }
|
||||
log = "0.4.28"
|
||||
env_logger = "0.11.8"
|
||||
Reference in New Issue
Block a user