refec
This commit is contained in:
@@ -1,13 +1,18 @@
|
||||
[package]
|
||||
name = "barbar-core"
|
||||
name = "core"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
|
||||
[[bin]]
|
||||
name = "barbar-core"
|
||||
name = "core"
|
||||
|
||||
[dependencies]
|
||||
common = { path = "../common" }
|
||||
iced = { workspace = true }
|
||||
iced_layershell = { workspace = true }
|
||||
tokio = { workspace = true }
|
||||
chrono = { workspace = true }
|
||||
# Modules
|
||||
module_clock = { package = "module-clock", path = "../modules/clock" }
|
||||
# Services
|
||||
service_datatime = { package = "service-datatime", path = "../services/datatime" }
|
||||
|
||||
Reference in New Issue
Block a user