You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mango/Cargo.toml

22 lines
543 B

[package]
name = "mango"
version = "0.1.0"
edition = "2021"
[dependencies]
tokio = "1"
chrono = { version = "0", features = ["serde"] }
ipnetwork = "0"
rocket = { version = "0.5.0-rc.2", features = ["json"] }
diesel = { version = "1", features = ["postgres", "serde_json", "chrono", "network-address"] }
diesel_migrations = "1"
serde = "1"
rocket_sync_db_pools = { version = "0.1.0-rc.2", features = ["diesel_postgres_pool"] }
handlebars = "4"
serde_json = "1"
rocket_dyn_templates = { version = "0.1.0-rc.2", features = ["handlebars"] }