btm 0.14.0

Blockchain Time Machine
Documentation
[[bin]]
name = "btm"
path = "src/bins/btm.rs"
[dependencies.clap]
features = ["cargo", "derive"]
optional = true
version = "4.0"

[dependencies.nix]
version = "0.26"

[dependencies.ruc]
features = ["cmd", "uau"]
version = "5.0.0"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[features]
bin = ["clap"]
default = ["bin"]

[package]
authors = ["hui.fan@mail.ru"]
description = "Blockchain Time Machine"
edition = "2021"
homepage = "https://github.com/rust-util-collections/btm"
keywords = ["vcs", "snapshot", "zfs", "btrfs"]
license = "MIT"
name = "btm"
readme = "README.md"
repository = "https://github.com/rust-util-collections/btm"
version = "0.14.0"