Rename emgauwa-lib to emgauwa-common
This commit is contained in:
parent
6340cfd5c7
commit
9bc75b9627
58 changed files with 135 additions and 100 deletions
52
Cargo.lock
generated
52
Cargo.lock
generated
|
|
@ -699,13 +699,37 @@ dependencies = [
|
|||
"serde",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "emgauwa-common"
|
||||
version = "0.5.0"
|
||||
dependencies = [
|
||||
"actix",
|
||||
"actix-web",
|
||||
"actix-web-actors",
|
||||
"chrono",
|
||||
"config",
|
||||
"futures",
|
||||
"libc",
|
||||
"libsqlite3-sys",
|
||||
"log",
|
||||
"rppal 0.17.1",
|
||||
"rppal-mcp23s17",
|
||||
"rppal-pfd",
|
||||
"serde",
|
||||
"serde_derive",
|
||||
"serde_json",
|
||||
"simple_logger",
|
||||
"sqlx",
|
||||
"uuid",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "emgauwa-controller"
|
||||
version = "0.5.0"
|
||||
dependencies = [
|
||||
"actix",
|
||||
"chrono",
|
||||
"emgauwa-lib",
|
||||
"emgauwa-common",
|
||||
"futures",
|
||||
"futures-channel",
|
||||
"log",
|
||||
|
|
@ -731,7 +755,7 @@ dependencies = [
|
|||
"actix-web",
|
||||
"actix-web-actors",
|
||||
"chrono",
|
||||
"emgauwa-lib",
|
||||
"emgauwa-common",
|
||||
"futures",
|
||||
"itertools 0.12.1",
|
||||
"log",
|
||||
|
|
@ -745,30 +769,6 @@ dependencies = [
|
|||
"uuid",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "emgauwa-lib"
|
||||
version = "0.5.0"
|
||||
dependencies = [
|
||||
"actix",
|
||||
"actix-web",
|
||||
"actix-web-actors",
|
||||
"chrono",
|
||||
"config",
|
||||
"futures",
|
||||
"libc",
|
||||
"libsqlite3-sys",
|
||||
"log",
|
||||
"rppal 0.17.1",
|
||||
"rppal-mcp23s17",
|
||||
"rppal-pfd",
|
||||
"serde",
|
||||
"serde_derive",
|
||||
"serde_json",
|
||||
"simple_logger",
|
||||
"sqlx",
|
||||
"uuid",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "encoding_rs"
|
||||
version = "0.8.33"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue