feature: add test for build_basic_status() fn

This commit is contained in:
VC
2022-04-24 14:06:46 +02:00
parent 6c0383d9d0
commit 734f03f5a9
4 changed files with 83 additions and 24 deletions

View File

@@ -7,6 +7,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
chrono = "^0.4"
serde = { version = "1.0", features = ["derive"] }
toml = "^0.5"
clap = "^2.34"
@@ -15,7 +16,7 @@ egg-mode = "^0.16"
rusqlite = "^0.27"
tokio = { version = "1", features = ["full"]}
elefren = "^0.22"
htmlescape = "^0.3"
html-escape = "^0.2"
reqwest = "^0.11"
log = "^0.4"
simple_logger = "^2.1"