diff options
| author | Xe Iaso <me@christine.website> | 2022-03-18 23:14:00 +0000 |
|---|---|---|
| committer | Xe Iaso <me@christine.website> | 2022-03-18 23:14:00 +0000 |
| commit | 853153744061498c6a3881aa7616df5de0ff0c4c (patch) | |
| tree | 488fb38044fa26bab143448db4c6474b9435afc4 /Cargo.toml | |
| parent | 64d3591cd815595e9d5d7ee78356ab9eefbc1bd3 (diff) | |
| download | xesite-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.toml | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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" |
