diff options
author | Vika <vika@fireburn.ru> | 2023-08-08 14:56:37 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2023-08-08 14:56:37 +0300 |
commit | fbea42e5494c96174097bf3809a5b53d11d68a48 (patch) | |
tree | da8e5cfde49692105552fcb38382bcf25db92172 /templates-neo/Cargo.toml | |
parent | 108c462126b5da4a584d432e64371333d090a004 (diff) | |
download | kittybox-fbea42e5494c96174097bf3809a5b53d11d68a48.tar.zst |
templates-neo: fix hacks around the `html` crate
Finally I can properly add child elements without using the string hack.
Diffstat (limited to 'templates-neo/Cargo.toml')
-rw-r--r-- | templates-neo/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates-neo/Cargo.toml b/templates-neo/Cargo.toml index c0b426c..09abbfb 100644 --- a/templates-neo/Cargo.toml +++ b/templates-neo/Cargo.toml @@ -16,7 +16,7 @@ rand = "^0.8.5" [dependencies] ellipse = "^0.2.0" http = "^0.2.7" -html = "^0.5.2" +html = "^0.6.0" serde_json = "^1.0.64" include_dir = "^0.7.2" axum = "^0.6.18" |