X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=common%2FCargo.toml;h=4cec28be3fd5c2a2526fe81be6c788a042bf4519;hb=HEAD;hp=059cf024bd0e09bb381ab269ac04a9b8f07ee471;hpb=45d4867cb37ce8d7007c4d98de70d81d0b705b92;p=recipes.git diff --git a/common/Cargo.toml b/common/Cargo.toml index 059cf02..84e1268 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -6,4 +6,7 @@ edition = "2021" [dependencies] regex = "1" -lazy_static = "1" \ No newline at end of file +lazy_static = "1" + +ron = "0.8" +serde = {version = "1.0", features = ["derive"]} \ No newline at end of file