diff options
author | Jonas Platte <jplatte+git@posteo.de> | 2022-03-31 22:40:45 +0200 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2022-03-31 23:12:21 +0200 |
commit | a9132fd6c78d0cc740686d5acc89267f5fa2fc7b (patch) | |
tree | 1b6f544513fdfcc41814bde23c86b6986d28ab01 /askama_axum/Cargo.toml | |
parent | 521834209beefdce1d0cba2a57d5cc8c303267ab (diff) | |
download | askama-a9132fd6c78d0cc740686d5acc89267f5fa2fc7b.tar.gz askama-a9132fd6c78d0cc740686d5acc89267f5fa2fc7b.tar.bz2 askama-a9132fd6c78d0cc740686d5acc89267f5fa2fc7b.zip |
Simplify the implementation of askama_axum
Diffstat (limited to 'askama_axum/Cargo.toml')
-rw-r--r-- | askama_axum/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/askama_axum/Cargo.toml b/askama_axum/Cargo.toml index 283fd2a..834daf4 100644 --- a/askama_axum/Cargo.toml +++ b/askama_axum/Cargo.toml @@ -16,7 +16,6 @@ readme = "README.md" askama = { version = "0.11.0", path = "../askama", default-features = false, features = ["with-axum", "mime", "mime_guess"] } axum-core = "0.2" http = "0.2" -http-body = "0.4" [dev-dependencies] axum = { version = "0.5", default-features = false } |