You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
312 B
15 lines
312 B
[package]
|
|
name = "file-search"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
tantivy = "0.19"
|
|
jieba-rs = "0.6"
|
|
tokio = { version = "1.28", features = ["full"] }
|
|
axum = "0.6"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
anyhow = "1.0"
|
|
thiserror = "1.0"
|
|
walkdir = "2.3"
|