Rename emgauwa-lib to emgauwa-common

This commit is contained in:
Tobias Reisinger 2024-04-30 08:44:33 +02:00
parent 6340cfd5c7
commit 9bc75b9627
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
58 changed files with 135 additions and 100 deletions

52
Cargo.lock generated
View file

@ -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"