ADD file via upload

main
pr4ku3p2c 7 months ago
parent 63b5aa9412
commit 95a37c42e4

@ -0,0 +1,15 @@
[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"
Loading…
Cancel
Save