aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorXe Iaso <me@christine.website>2022-03-18 23:14:00 +0000
committerXe Iaso <me@christine.website>2022-03-18 23:14:00 +0000
commit853153744061498c6a3881aa7616df5de0ff0c4c (patch)
tree488fb38044fa26bab143448db4c6474b9435afc4 /Cargo.toml
parent64d3591cd815595e9d5d7ee78356ab9eefbc1bd3 (diff)
downloadxesite-853153744061498c6a3881aa7616df5de0ff0c4c.tar.xz
xesite-853153744061498c6a3881aa7616df5de0ff0c4c.zip
Port everything else to axum
Signed-off-by: Xe <me@christine.website>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c44c428..03dc3f6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -40,14 +40,12 @@ tokio-stream = { version = "0.1", features = ["net"] }
tracing = "0.1"
tracing-futures = "0.2"
tracing-subscriber = { version = "0.3", features = ["fmt"] }
-warp = "0.3"
xml-rs = "0.8"
url = "2"
uuid = { version = "0.8", features = ["serde", "v4"] }
# workspace dependencies
cfcache = { path = "./lib/cfcache" }
-go_vanity = { path = "./lib/go_vanity" }
jsonfeed = { path = "./lib/jsonfeed" }
mi = { path = "./lib/mi" }
patreon = { path = "./lib/patreon" }
@@ -65,7 +63,7 @@ features = [ "full" ]
sdnotify = { version = "0.2", default-features = false }
[build-dependencies]
-ructe = { version = "0.13", features = ["warp02"] }
+ructe = { version = "0.13", features = [ "mime03" ] }
[dev-dependencies]
pfacts = "0"