Bootstrap DD3 Rust port workspace with host-first compatibility tests
This commit is contained in:
9
crates/dd3_sim/Cargo.toml
Normal file
9
crates/dd3_sim/Cargo.toml
Normal file
@@ -0,0 +1,9 @@
|
||||
[package]
|
||||
name = "dd3_sim"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
dd3_protocol = { path = "../dd3_protocol" }
|
||||
dd3_core = { path = "../dd3_core" }
|
||||
dd3_contracts = { path = "../dd3_contracts" }
|
||||
Reference in New Issue
Block a user