X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=common%2FCargo.toml;h=84e1268feb5225a1f79a976d7c2a21b44515ddf0;hb=cbe276fc0601041b13087a6ffd80c5b126dfbe59;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