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

16 lines
393 B
TOML

[package]
name = "mallard"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
axum = "0.6.18"
hyper = { version = "0.14.26" }
notify = "5.1.0"
tera = "1.18.1"
tokio = { version = "1.28.0", features = ["full"] }
tracing = "0.1.37"
treacle = { git = "https://github.com/pantonshire/treacle.git" }