基本
This commit is contained in:
10
Cargo.toml
Normal file
10
Cargo.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
[package]
|
||||
name = "rust_log"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
tracing = "0.1.44"
|
||||
tracing-subscriber = { version = "0.3.23", features = ["fmt", "ansi", "env-filter", "local-time"] }
|
||||
tracing-appender = "0.2.4"
|
||||
time = { version = "0.3", features = ["macros"] }
|
||||
Reference in New Issue
Block a user