mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-28 07:14:40 +08:00
14 lines
242 B
TOML
14 lines
242 B
TOML
[package]
|
|
name = "clash-verge-logging"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
log = { workspace = true }
|
|
tokio = { workspace = true }
|
|
compact_str = { workspace = true }
|
|
flexi_logger = { workspace = true }
|
|
|
|
[features]
|
|
default = []
|