X-Git-Url: http://git.euphorik.ch/?p=recipes.git;a=blobdiff_plain;f=common%2FCargo.toml;fp=common%2FCargo.toml;h=84e1268feb5225a1f79a976d7c2a21b44515ddf0;hp=059cf024bd0e09bb381ab269ac04a9b8f07ee471;hb=cbe276fc0601041b13087a6ffd80c5b126dfbe59;hpb=642dd8a80ce2e1212b8e30c1edabb32bdb416cfc 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