This commit is contained in:
2024-11-23 16:22:28 +01:00
parent f34980e28f
commit a9e83d6742
3 changed files with 95 additions and 17 deletions

View File

@@ -12,3 +12,5 @@ tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
serde = { version = "1.0", features = ["derive"] }
once_cell = "1.8.0"
rand = "0.8.4"
log = "0.4.0"
env_logger = "0.9.0"