[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" log = "0.4.0" env_logger = "0.9.0"