asked the clanker to change the arcidecture a bit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
[package]
|
||||
name = "services"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
|
||||
[lib]
|
||||
name = "services"
|
||||
path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
common = { path = "../common" }
|
||||
service_datetime = { package = "service-datetime", path = "datetime" }
|
||||
iced = { workspace = true }
|
||||
Reference in New Issue
Block a user