[package] name = "cloudflare-dns-updater_rs" version = "0.1.0" authors = ["jhson "] edition = "2018" description = "A cloudflare dns updater script written in rust" license = "MIT OR Apache-2.0" homepage = "https://github.com/jonghee-son/cloudflare-dns-updater_rs" repository = "https://github.com/jonghee-son/cloudflare-dns-updater_rs" keywords = ["cli", "dns"] categories = ["commeand-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] curl = "0.4.34" serde = "1.0.119" serde_json = "1.0.61" serde_derive = "1.0.119" ajson = "0.2"