Initial commit

This commit is contained in:
Arkaprabha Chakraborty
2023-01-28 19:25:27 +05:30
commit 715a8d2abd
6 changed files with 1057 additions and 0 deletions

10
Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "rustcm-cli"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
orion = "0.17.3"
passterm = "1.1.7"