mirror of
https://github.com/TabbyML/tabby
synced 2024-11-22 17:41:54 +00:00
cfe715b4fa
* 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>
13 lines
249 B
TOML
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
|