add html integrated in rust file

This commit is contained in:
gvcgael
2022-11-25 13:32:24 +01:00
parent f92b5c56ff
commit 7c0cbeb65e
4 changed files with 165 additions and 7 deletions

View File

@@ -12,3 +12,4 @@ tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
serde = { version = "1.0", features = ["derive"] }
once_cell = "1.8.0"
rand = "0.8.4"
rust-embed = "6.4.2"