From efdd6857ab7e9b25e6c3e173fc32ca63812ac21c Mon Sep 17 00:00:00 2001 From: Kamen Mladenov Date: Mon, 17 Feb 2025 18:37:08 +0200 Subject: feat(guests): Add dvt-circuits crate This is a port of https://github.com/metacraft-labs/dvt-circuits Co-authored-by: Marto --- guests/dvt-circuits/dvt_abi/Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 guests/dvt-circuits/dvt_abi/Cargo.toml (limited to 'guests/dvt-circuits/dvt_abi/Cargo.toml') 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 -- cgit v1.2.3