diff options
author | Vika <vika@fireburn.ru> | 2024-09-04 22:15:32 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2024-09-04 22:15:32 +0300 |
commit | 406509dc549cb58d788a3dbd5572f28008c84546 (patch) | |
tree | aff6115c0bfbd12ca447503d6d850feccfd9ad89 /Cargo.toml | |
parent | f16cac2d35487b1772d1c2524ed223c779f45f23 (diff) | |
download | bowl-406509dc549cb58d788a3dbd5572f28008c84546.tar.zst |
Make LLM enhancements optional
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index 13b6aa2..b1e2933 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,10 @@ authors = ["Vika <vika@fireburn.ru>"] license = "AGPL-3.0-only" edition = "2021" +[features] +smart-summary = [] +default = ["smart-summary"] + [dependencies] adw = { version = "0.7.0", package = "libadwaita", features = ["v1_5"] } futures = "0.3.30" |