1 Star 1 Fork 0

範輝/BTM

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Cargo.toml 637 Bytes
一键复制 编辑 原始数据 按行查看 历史
[package]
name = "btm"
version = "0.12.4"
edition = "2021"
keywords = ["vcs", "snapshot", "zfs", "btrfs"]
license = "MIT"
authors = ["[email protected]"]
description = "Blockchain Time Machine"
homepage = "https://github.com/rust-util-collections/btm"
repository = "https://github.com/rust-util-collections/btm.git"
[dependencies]
ruc = { version = "3.0.1", features = ["cmd","uau"]}
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
nix = "0.26"
clap = { version = "4.0", features = ["cargo","derive"], optional = true }
[[bin]]
name = "btm"
path = "src/bins/btm.rs"
[features]
default = ["bin"]
bin = ["clap"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Rust
1
https://gitee.com/kt10/btm.git
[email protected]:kt10/btm.git
kt10
btm
BTM
main

搜索帮助