2 name = "gandi_dns_update"
4 authors = ["Greg Burri <greg.burri@gmail.com>"]
7 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
10 reqwest = { version = "0.11", features = ["blocking", "json"] }
12 serde = { version = "1.0", features = ["derive"] }
14 ron = "0.8" # Rust object notation, to load configuration files.