dref/Cargo.toml
Gabriel Simmer 101c56bf5d
Some checks failed
Build Docker Image / arm-docker-build (push) Failing after 1s
Fix Dockerfile not finding binary
2023-07-16 20:10:04 +01:00

15 lines
426 B
TOML

[package]
name = "dref"
version = "0.2.0"
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"
axum-extra = { version = "0.4.2", features = ["spa"] }
reqwest = { version = "0.11", features = ["json"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"