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"