Skip to content

Commit

Permalink
Create Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
kavi4k authored Feb 28, 2025
1 parent 4dc0ea4 commit faf3b3f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[package]
name = "yogachain-xcvm-executor"
version = "0.1.0"
edition = "2021"

[dependencies]
# Serialization
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"

# Cryptography (for zk-SNARK verification)
bellman = "0.13"
jubjub = "0.10.0"

# Cross-Chain Messaging & Execution
tokio = { version = "1", features = ["full"] }

# Blockchain Integration
yogachain-core = { path = "../core" }
yogachain-contracts = { path = "../contracts" }

0 comments on commit faf3b3f

Please sign in to comment.