initial version

This commit is contained in:
Robin Appelman 2023-02-19 16:35:01 +01:00
commit a77d5b719e
7 changed files with 373 additions and 0 deletions

15
Cargo.toml Normal file
View file

@ -0,0 +1,15 @@
[package]
name = "nbs"
version = "0.1.0"
edition = "2021"
[dependencies]
nbd = { version = "0.2.3", git = "https://github.com/icewind1991/rust-nbd" }
tracing = "0.1.37"
tracing-subscriber = "0.3.16"
thiserror = "1.0.38"
miette = "5.5.0"
serde = { version = "1.0.152", features = ["derive"] }
toml = "0.7.2"
clap = { version = "4.1.6", features = ["derive"] }
signal-hook = "0.3.15"