Implement energy engine test logic

This commit is contained in:
2024-09-20 18:27:20 +02:00
parent 719b0a0c5c
commit b7635935ba
4 changed files with 148 additions and 1 deletions

View File

@ -36,4 +36,5 @@ mime_guess = "2.0.5"
rust-embed = "8.5.0"
jsonwebtoken = { version = "9.3.0", features = ["use_pem"] }
prettytable-rs = "0.10.0"
chrono = "0.4.38"
chrono = "0.4.38"
serde_yml = "0.0.12"