Logging setup

This commit is contained in:
2025-11-29 00:09:47 +01:00
parent 4c6e0142ca
commit a3e6563912
3 changed files with 57 additions and 2 deletions

View File

@@ -1,12 +1,13 @@
[package]
name = "rustymine-daemon"
version = "0.1.0"
version = "0.0.0"
edition = "2024"
[dependencies]
anyhow = "1.0.100"
argon2 = "0.5.3"
axum = "0.8.7"
chrono = "0.4.42"
lazy_static = "1.5.0"
password-hash = "0.5.0"
rand_core = { version = "0.6", features = ["getrandom"] }
@@ -19,3 +20,6 @@ tower-http = { version = "0.6.7", features = ["cors"] }
tracing = { version = "0.1.43", features = ["max_level_debug"] }
tracing-subscriber = "0.3.22"
validator = { version = "0.20.0", features = ["derive"] }
[build-dependencies]
chrono = "0.4.42"