core/emgauwa-lib/Cargo.toml

27 lines
506 B
TOML
Raw Normal View History

2023-11-22 19:06:20 +00:00
[package]
name = "emgauwa-lib"
version = "0.5.0"
2023-11-22 19:06:20 +00:00
edition = "2021"
authors = ["Tobias Reisinger <tobias@msrg.cc>"]
2023-11-22 19:06:20 +00:00
[dependencies]
actix = "0.13"
actix-web = "4.4"
actix-web-actors = "4.2"
serde = "1.0"
serde_json = "1.0"
serde_derive = "1.0"
config = "0.13"
2023-11-22 19:06:20 +00:00
chrono = { version = "0.4", features = ["serde"] }
sqlx = { version = "0.7", features = ["sqlite", "runtime-async-std", "macros", "chrono"] }
libsqlite3-sys = { version = "*", features = ["bundled"] }
log = "0.4"
uuid = "1.6"
futures = "0.3"