Beginning of gandi livedns implementation (WIP).
[gandi_dns_update.git] / Cargo.toml
index 6c4adc7..2480de3 100644 (file)
@@ -10,6 +10,7 @@ edition = "2018"
 reqwest = { version = "0.11", features = ["blocking", "json"] }
 itertools = "0.10"
 serde = { version = "1.0", features = ["derive"] }
+serde_json = "1.0"
 ron = "0.6" # Rust object notation, to load configuration files.
 
 [profile.release]