initial commit

This commit is contained in:
2026-02-07 18:14:45 -06:00
commit 79596732e9
5 changed files with 712 additions and 0 deletions

11
Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "arcade-logger"
version = "0.1.0"
edition = "2024"
[dependencies]
log = "0.4"
tracing = "0.1"
tracing-subscriber = "0.3"
chrono = "0.4" # For timestamping logs
tokio = { version = "1", features = ["full"] }