We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e12447e commit 4af6eedCopy full SHA for 4af6eed
.gitignore
@@ -4,4 +4,5 @@
4
/bin
5
annotations.txt
6
extra_output_file.txt
7
-proof.json
+proof.json
8
+/.idea
Cargo.toml
@@ -26,7 +26,7 @@ swiftness_proof_parser = { git = "https://github.com/zksecurity/integrity-callda
26
swiftness_stark = { git = "https://github.com/zksecurity/integrity-calldata-generator" }
27
swiftness = { git = "https://github.com/zksecurity/integrity-calldata-generator" }
28
starknet-crypto = "0.7.2"
29
-tempfile = "3.10.1"
+tempfile = "3.10.1"
30
thiserror = "1.0.61"
31
uuid = "1.9.1"
32
0 commit comments