initial commit

This commit is contained in:
2026-02-07 18:57:53 -06:00
commit 1e72dfc88a
5 changed files with 808 additions and 0 deletions

12
Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "log"
version = "0.1.0"
edition = "2024"
[dependencies]
log = "0.4"
tracing = "0.1"
tracing-subscriber = "0.3"
chrono = "0.4" # For timestamping logs
arcade-logger = { git = "ssh://gitea@ssh.git.home.arpa/arcade/arcade-logger.git", branch = "main" }
clap = { version = "4.5.57", features = ["derive"] }