31 lines
682 B
TOML
31 lines
682 B
TOML
[package]
|
|
name = "emgauwa-core"
|
|
version = "0.5.4"
|
|
edition = "2021"
|
|
authors = ["Tobias Reisinger <tobias@msrg.cc>"]
|
|
|
|
[dependencies]
|
|
emgauwa-common = { git = "https://git.serguzim.me/emgauwa/common.git", tag = "v0.5.3" }
|
|
|
|
actix = "0.13"
|
|
actix-web = "4.4"
|
|
actix-ws = "0.3"
|
|
actix-cors = "0.7"
|
|
|
|
utoipa = "5.3"
|
|
utoipa-swagger-ui = { version = "9.0", features = ["actix-web", "debug-embed"] }
|
|
|
|
log = "0.4"
|
|
|
|
itertools = "0.14"
|
|
|
|
serde = "1.0"
|
|
serde_json = "1.0"
|
|
serde_derive = "1.0"
|
|
|
|
sqlx = { version = "0.8", features = ["sqlite", "runtime-tokio", "macros"] }
|
|
|
|
futures = "0.3"
|
|
tokio = { version = "1.36", features = ["macros", "rt", "rt-multi-thread"] }
|
|
rand = "0.9.2"
|
|
git-version = "0.3"
|