xpkey -> mskey
This commit is contained in:
parent
1085bec913
commit
e6bb94c378
6 changed files with 19 additions and 17 deletions
14
mskey/Cargo.toml
Normal file
14
mskey/Cargo.toml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[package]
|
||||
name = "mskey"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
umskt = { path = "../umskt" }
|
||||
anyhow = "1.0.71"
|
||||
clap = { version = "4.3.4", features = ["derive"] }
|
||||
serde = { version = "1.0.164", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
log = "0.4.19"
|
||||
simple_logger = { version = "4.2.0", default-features = false }
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue