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