Files
barbar/crates/services/datetime/Cargo.toml
T

15 lines
277 B
TOML

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