mikrotik-router-switch/Cargo.toml

10 lines
193 B
TOML
Raw Normal View History

2023-11-08 15:38:57 +00:00
[package]
name = "cn_cidr"
version = "0.1.0"
edition = "2021"
2023-11-08 16:06:53 +00:00
license = "MIT"
2023-11-08 15:38:57 +00:00
[dependencies]
2023-11-08 16:06:53 +00:00
reqwest = "0.11.22"
tokio = { version = "1.33.0", features = ["macros", "rt-multi-thread", "rt"] }