[package] name = "cli" version = "0.1.0" edition = "2021" [dependencies] tokio = { workspace = true } tracing = { workspace = true } database = { path = "../../libs/database" } tool_tracing = { path = "../../libs/tool_tracing" } tokio-cron-scheduler = { version = "0.14", features = [ "tracing-subscriber", "signal", ] } config = { path = "../../libs/config" } bot = { path = "../../libs/bot" } # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html