mirror of
https://codeberg.org/icewind/cube.git
synced 2026-06-03 12:04:10 +02:00
initial version
This commit is contained in:
commit
a77d5b719e
7 changed files with 373 additions and 0 deletions
15
Cargo.toml
Normal file
15
Cargo.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue