Initial commit

This commit is contained in:
Alex Page 2023-06-17 18:54:58 -04:00
commit 11c5553e23
5 changed files with 1965 additions and 0 deletions

11
Cargo.toml Normal file
View file

@ -0,0 +1,11 @@
[package]
name = "umskt"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = "4.3.4"
openssl = "0.10.54"
serde = "1.0.164"