aboutsummaryrefslogtreecommitdiff
path: root/guests/dvt-circuits/dvt_abi/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'guests/dvt-circuits/dvt_abi/Cargo.toml')
-rw-r--r--guests/dvt-circuits/dvt_abi/Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/guests/dvt-circuits/dvt_abi/Cargo.toml b/guests/dvt-circuits/dvt_abi/Cargo.toml
new file mode 100644
index 0000000..8147faf
--- /dev/null
+++ b/guests/dvt-circuits/dvt_abi/Cargo.toml
@@ -0,0 +1,11 @@
+[package]
+name = "dvt_abi"
+version = { workspace = true }
+authors = { workspace = true }
+edition = { workspace = true }
+
+[dependencies]
+serde = { version = "1.0", features = ["derive"] }
+serde_json = "1.0"
+hex = "0.4.3"
+validator = { version = "0.19.0", features = ["derive"] } \ No newline at end of file