Files
twba.notifier/Cargo.toml
OMGeeky 696a7ca3b6 init
2024-04-29 18:48:38 +02:00

17 lines
491 B
TOML

[package]
name = "twba-notifier"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
twba-common = { version = "0.2", git = "https://github.com/OMGeeky/twba.common.git" }
tracing = "0.1"
tokio = { version = "1.33", features = ["rt", "rt-multi-thread", "macros"] }
reqwest = { version = "0.12.4" }
actix-web = "4.5"
serde = { version = "1.0.199", features = ["derive"] }
serde_json = "1.0.116"