1 Star 0 Fork 11

FuryLeeU/book-searcher

forked from hamasaki/book-searcher 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Cargo.toml 981 Bytes
一键复制 编辑 原始数据 按行查看 历史
zu1k 提交于 2023-10-17 16:29 . Bump version to 1.3.0
[workspace]
members = [
"crates/book-searcher",
"crates/book-searcher-core",
"crates/book-searcher-desktop",
"crates/tantivy-meta-tokenizer",
"crates/tools",
]
resolver = "2"
[workspace.package]
version = "1.3.0"
edition = "2021"
authors = ["The Book Searcher Authors"]
description = "Easy and fast book searcher, create and search your private library."
homepage = "https://github.com/book-searcher-org/book-searcher"
repository = "https://github.com/book-searcher-org/book-searcher"
license = "BSD-3-Clause"
exclude = [".github/", "index/", "frontend/"]
[profile.release]
strip = true
lto = true
opt-level = 3
codegen-units = 1
[workspace.dependencies]
anyhow = "1.0"
env_logger = "0.10"
log = "0.4"
serde = { version = "1.0", features = ["derive"] }
serde_with = "3.0"
tantivy = { version = "0.21", default-features = false }
book-searcher-core = { path = "crates/book-searcher-core" }
tantivy-meta-tokenizer = { path = "crates/tantivy-meta-tokenizer" }
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/furyleeu/book-searcher.git
[email protected]:furyleeu/book-searcher.git
furyleeu
book-searcher
book-searcher
master

搜索帮助