blob: e65160b65960f8cc41614f6caddfdc98284d53b7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[package]
name = "hbak"
version = "0.3.4"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.4.12", features = ["derive"] }
hbak_common = { path = "../hbak_common" }
hex = "0.4.3"
rpassword = "7.3.1"
thiserror = "1.0"
|