X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=Cargo.toml;h=04e8242531141e9d5f3fb392fb59b3b826e1f1f2;hb=HEAD;hp=2480de38e9f30673f6003ada50a707560d23995f;hpb=a741015a5979b2a18e997b1efe39f604c98812ca;p=gandi_dns_update.git diff --git a/Cargo.toml b/Cargo.toml index 2480de3..04e8242 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,8 @@ [package] -name = "asd" +name = "gandi_dns_update" version = "0.1.0" authors = ["Greg Burri "] -edition = "2018" +edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -11,7 +11,7 @@ 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. +ron = "0.8" # Rust object notation, to load configuration files. [profile.release] codegen-units = 1