mikrotik-router-switch/Cargo.toml

10 lines
187 B
TOML
Raw Permalink Normal View History

2023-11-08 23:38:57 +08:00
[package]
2025-06-20 20:44:00 +08:00
name = "chnlist"
version = "0.1.1"
2023-11-08 23:38:57 +08:00
edition = "2021"
2023-11-09 00:06:53 +08:00
license = "MIT"
2023-11-08 23:38:57 +08:00
[dependencies]
2023-11-09 00:06:53 +08:00
reqwest = "0.11.22"
2025-06-20 20:44:00 +08:00
tokio = { version = "1.33.0", features = ["macros", "rt-multi-thread"] }