initial commit
This commit is contained in:
12
Cargo.toml
Normal file
12
Cargo.toml
Normal 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"] }
|
||||
Reference in New Issue
Block a user