32 lines
601 B
TOML
32 lines
601 B
TOML
[package]
|
|
name = "emgauwa-common"
|
|
version = "0.5.0"
|
|
edition = "2021"
|
|
authors = ["Tobias Reisinger <tobias@msrg.cc>"]
|
|
|
|
|
|
[dependencies]
|
|
actix = "0.13"
|
|
actix-web = "4.4"
|
|
actix-web-actors = "4.2"
|
|
|
|
serde = "1.0"
|
|
serde_json = "1.0"
|
|
serde_derive = "1.0"
|
|
|
|
simple_logger = "4.2"
|
|
log = "0.4"
|
|
|
|
config = "0.13"
|
|
|
|
chrono = { version = "0.4", features = ["serde"] }
|
|
|
|
sqlx = { version = "0.7", features = ["sqlite", "runtime-tokio", "macros", "chrono"] }
|
|
libsqlite3-sys = { version = "*", features = ["bundled"] }
|
|
uuid = "1.6"
|
|
futures = "0.3"
|
|
libc = "0.2"
|
|
|
|
rppal = "0.17"
|
|
rppal-pfd = "0.0.5"
|
|
rppal-mcp23s17 = "0.0.3"
|