quick_search/Cargo.toml
Jeremy Karst 5197a72dac
Some checks failed
CI / linux (push) Has been cancelled
CI / windows-cross (push) Has been cancelled
CI / release (push) Has been cancelled
Reduced memory consumption and fixed a full-text tooltip issue when text contains many newlines.
2026-08-05 19:17:11 -04:00

13 lines
297 B
TOML

[workspace]
resolver = "2"
members = [
"crates/quicksearch-core",
"crates/quicksearch-gui",
]
[workspace.package]
version = "1.0.3"
edition = "2021"
license = "GPL-3.0-or-later"
authors = ["Jeremy <jeremy@karsttech.com>"]
repository = "https://code.karsttech.com/jeremy/quick_search.git"