25 lines
441 B
TOML
25 lines
441 B
TOML
|
[package]
|
||
|
name = "emgauwa-controller"
|
||
|
version = "0.5.0"
|
||
|
edition = "2021"
|
||
|
authors = ["Tobias Reisinger <tobias@msrg.cc>"]
|
||
|
|
||
|
[dependencies]
|
||
|
emgauwa-lib = { path = "../emgauwa-lib" }
|
||
|
|
||
|
config = "0.13"
|
||
|
|
||
|
tokio-tungstenite = "0.20"
|
||
|
|
||
|
simple_logger = "4.2"
|
||
|
log = "0.4"
|
||
|
|
||
|
chrono = { version = "0.4", features = ["serde"] }
|
||
|
uuid = { version = "1.5", features = ["serde", "v4"] }
|
||
|
|
||
|
serde = "1.0"
|
||
|
serde_json = "1.0"
|
||
|
serde_derive = "1.0"
|
||
|
|
||
|
futures = "0.3.29"
|