[package] name = "clash_config" version = "0.1.0" description = "Rust binding for the clash config file" license = "MIT" repository = "https://github.com/yybnt/clash_config" readme = "README.md" edition = "2021" [dependencies] serde = { version = "1", features = ["derive"] } serde_yaml = "0.9"