quick_search/Cargo.toml
= 9af09e993f
Some checks failed
CI / linux (push) Failing after 49s
CI / windows-cross (push) Failing after 52s
CI / release (push) Has been skipped
Improved rejection of non-text files, improved CI.
2026-08-04 17:07:46 -04:00

13 lines
297 B
TOML

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