Skip to content

Commit

Permalink
Custom Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
xuganyu96 committed Dec 11, 2023
1 parent 01e539f commit 5db70a0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
12 changes: 12 additions & 0 deletions marvin-toolkit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[package]
name = "rust-crypto"
version = "0.1.0"
edition = "2021"

[dependencies]
anyhow = "1"
clap = { version = "4", features = ["derive"] }
rsa = { git = "https://github.com/xuganyu96/RSA", branch = "const-crypto-biguint" }
crypto-bigint = { git = "https://github.com/RustCrypto/crypto-bigint", branch = "master" }

[patch.crates-io]
3 changes: 1 addition & 2 deletions marvin-toolkit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ This document describes the procedure for replicating the analysis for the Marvi
docker build -t marvin:latest .
docker run --rm \
--name marvin \
-v /home/ec2-user/RSA/marvin-toolkit/keys:/home/rustcrypto/marvin-toolkit/keys \
-v /home/ec2-user/RSA/marvin-toolkit/results:/home/rustcrypto/marvin-toolkit/results \
-v /home/ec2-user/RSA/marvin-toolkit/Cargo.toml:/home/rust-crypto/marvin-toolkit/example/rust-crypto/Cargo.toml \
marvin:latest
```

0 comments on commit 5db70a0

Please sign in to comment.