[package] name = "ponguito-server" version = "0.1.0" edition = "2021" # [lints.rust] # missing_docs = "warn" # [lints.clippy] # missing_docs_in_private_items = "warn" # unwrap_in_result = "warn" # unwrap_used = "warn" # nursery = "warn" [dependencies] axum = "0.7.3" axum-client-ip = "0.5.0" chrono = { version = "0.4.31", features = ["serde"] } serde = { version = "1.0.195", features = ["derive"] } serde_json = "1.0.111" tokio = { version = "1.35.1", features = ["full"] }