Implementation of 'get_real_ip'.
[gandi_dns_update.git] / Cargo.toml
index 4676ae7..6c4adc7 100644 (file)
@@ -7,3 +7,12 @@ edition = "2018"
 # 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"] }
+ron = "0.6" # Rust object notation, to load configuration files.
+
+[profile.release]
+codegen-units = 1
+lto = true
+panic = 'abort'
\ No newline at end of file