refec
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
[package]
|
||||
name = "module-clock"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
|
||||
[lib]
|
||||
name = "module_clock"
|
||||
path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
common = { path = "../../common" }
|
||||
service_datatime = { package = "service-datatime", path = "../../services/datatime" }
|
||||
iced = { workspace = true }
|
||||
Reference in New Issue
Block a user