diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2021-12-21 23:00:22 +0100 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2022-01-04 21:20:23 +0100 |
commit | 6c8c0d63065608ca079110fe20721b7c4d8594f8 (patch) | |
tree | d34870968f09925098bb13771b5110c870412e9e /askama_axum | |
parent | 4d936524ba4b595a660e63650495fa96e709550a (diff) | |
download | askama-6c8c0d63065608ca079110fe20721b7c4d8594f8.tar.gz askama-6c8c0d63065608ca079110fe20721b7c4d8594f8.tar.bz2 askama-6c8c0d63065608ca079110fe20721b7c4d8594f8.zip |
askama_axum: prepare version 0.1.0
Diffstat (limited to '')
-rw-r--r-- | askama_axum/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/askama_axum/Cargo.toml b/askama_axum/Cargo.toml index 998f54a..b972626 100644 --- a/askama_axum/Cargo.toml +++ b/askama_axum/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "askama_axum" -version = "0.10.0" +version = "0.1.0" edition = "2018" description = "Axum integration for Askama templates" keywords = ["markup", "template", "jinja2", "html", "axum"] @@ -22,4 +22,4 @@ http-body = "0.4" axum = { version = "0.4", default-features = false } hyper = { version = "0.14", features = ["full"] } tokio = { version = "1.0", features = ["full"] } -tower = { version = "0.4", features = ["util"] }
\ No newline at end of file +tower = { version = "0.4", features = ["util"] } |