15 Star 73 Fork 18

He3DB/He3FS

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Cargo.toml 1019 Bytes
一键复制 编辑 原始数据 按行查看 历史
shipixian 提交于 2023-09-19 09:08 +08:00 . fix bug when flush wals
[package]
name = "pgfs"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
libc = "0.2"
bytes = "1.0"
bytestring = "1.0"
#tifs = { path = "../tifs" }
backtrace = "0.3.65"
anyhow = "1.0"
clap = "2.32"
futures = "0.3"
lru = "0.6"
parse-size = "1.0.0"
slab = "0.4.2"
thiserror = "1.0"
tikv-client = {git = "https://github.com/tikv/client-rust.git", rev="8f54e6114227718e256027df2577bbacdf425f86"}
tokio = {version = "1.12", features = ["macros", "rt", "time", "fs"]}
async-trait = "0.1"
paste = "1.0"
lazy_static = "1.4.0"
serde = "*"
serde_derive = "*"
serde_json = "*"
prost = "0.11.3"
tonic = "0.8.3"
mobc-tonic="0.2.4"
async_once = "0.2.6"
tower = "0.4"
tokio-stream = "0.1"
async-stream = "0.3"
sled="0.34.7"
[patch.crates-io]
raft-proto = { git = "https://github.com/tikv/raft-rs", rev="95c532612ee6a83591fce9a8b51d6afe87b58835"}
[lib]
name = "rust_log"
crate-type = ["cdylib"]
path = "src/lib.rs"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/he3db/he3fs.git
git@gitee.com:he3db/he3fs.git
he3db
he3fs
He3FS
181d017b5efbc5c440610f3228d01d987613f360

搜索帮助