Files
secret-santa/Cargo.toml
2022-11-25 14:36:59 +01:00

15 lines
469 B
TOML

[package]
name = "sesan"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
axum = { version = "0.6.0", features = ["http1", "json", "tokio"] }
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
serde = { version = "1.0", features = ["derive"] }
once_cell = "1.8.0"
rand = "0.8.4"