X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=common%2FCargo.toml;h=84e1268feb5225a1f79a976d7c2a21b44515ddf0;hb=cbe276fc0601041b13087a6ffd80c5b126dfbe59;hp=4cec28be3fd5c2a2526fe81be6c788a042bf4519;hpb=33493c8991d8971450fc0eb5114152c9a0faa6b1;p=recipes.git diff --git a/common/Cargo.toml b/common/Cargo.toml index 4cec28b..84e1268 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -2,8 +2,11 @@ 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 +edition = "2021" [dependencies] +regex = "1" +lazy_static = "1" + +ron = "0.8" +serde = {version = "1.0", features = ["derive"]} \ No newline at end of file