Reorganize crate as lib

This commit is contained in:
Alex Page 2023-06-23 02:24:40 -04:00
parent 1129212b23
commit 83bfa98a38
9 changed files with 62 additions and 36 deletions

View file

@ -2,6 +2,10 @@
name = "umskt"
version = "0.1.0"
edition = "2021"
crate-type = ["lib"]
[[bin]]
name = "xpkey"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html