X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=common%2FCargo.toml;h=059cf024bd0e09bb381ab269ac04a9b8f07ee471;hb=8a3fef096d720666dc8a54789aee02250642d8a1;hp=4cec28be3fd5c2a2526fe81be6c788a042bf4519;hpb=33493c8991d8971450fc0eb5114152c9a0faa6b1;p=recipes.git diff --git a/common/Cargo.toml b/common/Cargo.toml index 4cec28b..059cf02 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -2,8 +2,8 @@ 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" \ No newline at end of file