[package] name = "ovr-btm" version = "0.6.10" edition = "2021" keywords = ["vcs", "snapshot", "zfs", "btrfs"] license = "MIT" authors = ["ccmlm","fanhui.x@gmail.com"] description = "Blockchain Time Machine" homepage = "https://github.com/Overealityio/ovr-btm" repository = "https://github.com/Overealityio/ovr-btm.git" [dependencies] ovr-ruc = { version = "1.0.8", features = ["rich"]} clap = { version = "3.1.15", features = ["derive"] } serde = { version = "1.0.136", features = ["derive"] } serde_json = "1.0.79" once_cell = "1.10.0" nix = "0.24.1" [[bin]] name = "btm" path = "src/bins/btm.rs"