X-Git-Url: http://git.euphorik.ch/?p=recipes.git;a=blobdiff_plain;f=Cargo.toml;h=2a429cbc86a93e34cd714975cc030721c2d6b4f6;hp=2fb9942e9873baccd28aeaf68a72d88fa35c9dce;hb=b17eb74c81f53f841a2cfe70f03eee39ec3998fd;hpb=a965214304976a39784d87e33962327fb9994780 diff --git a/Cargo.toml b/Cargo.toml index 2fb9942..2a429cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,4 +11,5 @@ askama = "0.8" # Template system 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" \ No newline at end of file +itertools = "0.8" +sqlite = "0.25"