tabby/ee/tabby-search/Cargo.toml
Meng Zhang cfe715b4fa
refactor(webserver): switch implementation of file search tree walkin… (#1934)
* refactor(webserver): switch implementation of file search tree walking with git ls-files

* simplify

* update

* update

* update

* update

* update

* add test

* add test

* [autofix.ci] apply automated fixes

* [autofix.ci] apply automated fixes (attempt 2/3)

* update

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2024-04-26 04:17:01 +00:00

13 lines
249 B
TOML

[package]
name = "tabby-search"
version.workspace = true
edition.workspace = true
authors.workspace = true
homepage.workspace = true
[dependencies]
anyhow.workspace = true
git2.workspace = true
nucleo.workspace = true
temp_testdir.workspace = true