X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=Cargo.toml;h=9ce91d2939e82ff3b423295907a185d72ccf572e;hb=e45d8f67336160ae61a9dc24f899752f5199a01b;hp=4676ae70a502a3703568b2ca04a6b7783901a12d;hpb=829a38c408dad553be65663ffad2094d8ec76510;p=gandi_dns_update.git diff --git a/Cargo.toml b/Cargo.toml index 4676ae7..9ce91d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "asd" +name = "gandi_dns_update" version = "0.1.0" authors = ["Greg Burri "] edition = "2018" @@ -7,3 +7,13 @@ 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"] } +serde_json = "1.0" +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