dref/Cargo.toml

15 lines
443 B
TOML
Raw Permalink Normal View History

2022-12-11 14:08:07 +00:00
[package]
2023-07-16 19:20:39 +01:00
name = "dref"
version = "0.2.0"
2022-12-11 14:08:07 +00:00
edition = "2021"
[dependencies]
axum = "0.6.1"
maud = { git = "https://github.com/mhutter/maud", branch = "axum-0.6", features = ["axum"] }
tokio = {version = "1.23.0", features = ["full"]}
futures = "0.3"
2023-07-16 10:48:40 +01:00
axum-extra = { version = "0.4.2", features = ["spa"] }
reqwest = { version = "0.11", features = ["json"] }
serde = { version = "1.0", features = ["derive"] }
2023-07-16 19:20:39 +01:00
serde_json = "1.0"
2023-07-19 08:37:38 +01:00
mockito = "1.1.0"