Initial commit
This commit is contained in:
commit
11c5553e23
5 changed files with 1965 additions and 0 deletions
11
Cargo.toml
Normal file
11
Cargo.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue