aboutsummaryrefslogtreecommitdiff
path: root/guests/zk_dungeon/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'guests/zk_dungeon/Cargo.toml')
-rw-r--r--guests/zk_dungeon/Cargo.toml16
1 files changed, 16 insertions, 0 deletions
diff --git a/guests/zk_dungeon/Cargo.toml b/guests/zk_dungeon/Cargo.toml
new file mode 100644
index 0000000..6ada0c6
--- /dev/null
+++ b/guests/zk_dungeon/Cargo.toml
@@ -0,0 +1,16 @@
+[package]
+name = "fibonacci"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]
+guests_macro = { version = "0.1.0", path = "../../guests_macro" }
+
+[features]
+no_std = []
+jolt = []
+nexus = []
+risc0 = []
+sp1 = []
+zkm = []
+zkwasm = []