X-Git-Url: http://git.euphorik.ch/?p=recipes.git;a=blobdiff_plain;f=backend%2FCargo.toml;h=3158b88a691f1f4ade702a403d3843401dd70ee6;hp=d4ac84938dd5c3fec02c7a1512789ddcc4e2d2b7;hb=17ba6f86d25d65ed710870615cfe9e3df6d46883;hpb=d977e4bec3f8d80ea4d0f582afef9f765d711dba diff --git a/backend/Cargo.toml b/backend/Cargo.toml index d4ac849..3158b88 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -12,7 +12,10 @@ serde = { version = "1.0", features = ["derive"] } listenfd = "0.3" # To watch file modifications and automatically launch a build process (only used in dev/debug). ron = "0.5" # Rust object notation, to load configuration files. itertools = "0.8" -sqlite = "0.25" env_logger = "0.6" common = { path = "../common" } + +[dependencies.rusqlite] +version = "0.20" +features = ["bundled"] \ No newline at end of file