Files
barbar/crates/services/datatime/Cargo.toml
T
2026-09-07 11:41:59 +01:00

15 lines
277 B
TOML

[package]
name = "service-datatime"
version.workspace = true
edition.workspace = true
[lib]
name = "service_datatime"
path = "src/lib.rs"
[dependencies]
common = { path = "../../common" }
iced = { workspace = true }
tokio = { workspace = true }
chrono = { workspace = true }