13 lines
322 B
TOML
13 lines
322 B
TOML
[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"] }
|