core/emgauwa-core/Cargo.toml

27 lines
481 B
TOML
Raw Normal View History

2023-11-22 19:06:20 +00:00
[package]
name = "emgauwa-core"
version = "0.5.0"
2023-11-22 19:06:20 +00:00
edition = "2021"
authors = ["Tobias Reisinger <tobias@msrg.cc>"]
[dependencies]
emgauwa-lib = { path = "../emgauwa-lib" }
actix = "0.13"
actix-web = "4.4"
actix-web-actors = "4.2"
2023-11-24 00:10:33 +00:00
actix-cors = "0.6"
2023-11-22 19:06:20 +00:00
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"
2023-11-27 18:36:53 +00:00
libc = "0.2"