From e6df83729e81c6d1977402fcbbd4157754eea133 Mon Sep 17 00:00:00 2001 From: alemi Date: Sun, 12 Jun 2022 11:32:50 +0200 Subject: [PATCH] feat: added bundled feature maybe --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 117deb2..b68efcf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,10 @@ edition = "2021" name = "dashboard_bin" path = "src/main.rs" +[features] +default = [] +bundled = ["rusqlite/bundled"] + [dependencies] rand = "0.8" dirs = "4"