15 lines
277 B
TOML
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 }
|