Skip to content

Commit

Permalink
add decrypt-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
RCmerci committed Aug 2, 2024
1 parent 3fe142e commit 2b33726
Show file tree
Hide file tree
Showing 4 changed files with 334 additions and 1 deletion.
212 changes: 211 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ members = [
"rsapi-impl",
"rsapi-jni",
"packages/rsapi",
"decrypt-cli",
]
resolver = "2"

Expand Down
11 changes: 11 additions & 0 deletions decrypt-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[package]
name = "decrypt-cli"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "4.5.13", features = ["derive"] }
edn-format = "3.3.0"
lsq-encryption = { path = "../lsq-encryption" }
Loading

0 comments on commit 2b33726

Please sign in to comment.