[package] name = "flary" version = "0.1.1" authors = ["Shaleen Jain "] edition = "2018" description = "A CLI for managing Domains and DNS records on cloudflare." license = "MIT OR Apache-2.0" repository = "https://github.com/shalzz/flary" readme = "README.md" categories = ["command-line-interface"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.26" config = "0.10.1" clap = "2.33.0" crossterm = "0.14.1" cloudflare-rs = "0.6.6" dirs = "1.0.5" env_logger = "0.6.1" log = "0.4.6" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.39" tempfile = "3.1.0" toml = "0.5.5" tokio = { version = "^0.2", features = ["full"] } [patch.crates-io] cloudflare-rs = { git = "https://github.com/shalzz/cloudflare-rs.git" }