mikrotik-router-switch/Cargo.toml
Yezzi Hsueh b4b7136626
Some checks failed
Create Scripts / Build (push) Failing after 1m52s
feat: update name
2025-06-20 20:44:07 +08:00

10 lines
187 B
TOML

[package]
name = "chnlist"
version = "0.1.1"
edition = "2021"
license = "MIT"
[dependencies]
reqwest = "0.11.22"
tokio = { version = "1.33.0", features = ["macros", "rt-multi-thread"] }