X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=backend%2FCargo.toml;h=328f1ef49695f19e59a864d0ee5bb2816df93b14;hb=cbe276fc0601041b13087a6ffd80c5b126dfbe59;hp=dfff361ce503da452c17a1d0a10824799f5f8c74;hpb=8a3fef096d720666dc8a54789aee02250642d8a1;p=recipes.git diff --git a/backend/Cargo.toml b/backend/Cargo.toml index dfff361..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"]} @@ -35,3 +36,5 @@ rand_core = {version = "0.6", features = ["std"]} rand = "0.8" lettre = {version = "0.10", default-features = false, features = ["smtp-transport", "pool", "hostname", "builder", "rustls-tls"]} + +derive_more = "0.99" \ No newline at end of file