Merge branch 'master' of gburri.org:gandi_dns_update
[gandi_dns_update.git] / Cargo.toml
index 4676ae7..04e8242 100644 (file)
@@ -1,9 +1,19 @@
 [package]
-name = "asd"
+name = "gandi_dns_update"
 version = "0.1.0"
 authors = ["Greg Burri <greg.burri@gmail.com>"]
-edition = "2018"
+edition = "2021"
 
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 
 [dependencies]
+reqwest = { version = "0.11", features = ["blocking", "json"] }
+itertools = "0.10"
+serde = { version = "1.0", features = ["derive"] }
+serde_json = "1.0"
+ron = "0.8" # Rust object notation, to load configuration files.
+
+[profile.release]
+codegen-units = 1
+lto = true
+panic = 'abort'
\ No newline at end of file