X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=common%2FCargo.toml;h=4cec28be3fd5c2a2526fe81be6c788a042bf4519;hb=HEAD;hp=78748250975a995a0ac704326f03874a9153018a;hpb=44826a7edd68c0111273dac0ac4a3a705a6534cf;p=recipes.git diff --git a/common/Cargo.toml b/common/Cargo.toml index 7874825..84e1268 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -1,9 +1,12 @@ [package] name = "common" version = "0.1.0" -authors = ["Grégory Burri "] -edition = "2018" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +authors = ["Grégory Burri "] +edition = "2021" [dependencies] +regex = "1" +lazy_static = "1" + +ron = "0.8" +serde = {version = "1.0", features = ["derive"]} \ No newline at end of file