X-Git-Url: http://git.euphorik.ch/?p=recipes.git;a=blobdiff_plain;f=backend%2FCargo.toml;fp=backend%2FCargo.toml;h=328f1ef49695f19e59a864d0ee5bb2816df93b14;hp=cc98cf56ff208f650233bc142e2306be6d66d434;hb=cbe276fc0601041b13087a6ffd80c5b126dfbe59;hpb=642dd8a80ce2e1212b8e30c1edabb32bdb416cfc diff --git a/backend/Cargo.toml b/backend/Cargo.toml index cc98cf5..328f1ef 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -9,11 +9,12 @@ common = {path = "../common"} actix-web = "4" actix-files = "0.6" -serde = {version = "1.0", features = ["derive"]} chrono = "0.4" ron = "0.8" # Rust object notation, to load configuration files. +serde = {version = "1.0", features = ["derive"]} + itertools = "0.10" clap = {version = "4", features = ["derive"]}