Skip to content

Commit

Permalink
Merge branch 'main' into ci
Browse files Browse the repository at this point in the history
  • Loading branch information
weezy20 committed Mar 7, 2024
2 parents fb8db64 + 8203f5b commit 5b7f20d
Show file tree
Hide file tree
Showing 14 changed files with 549 additions and 4 deletions.
261 changes: 261 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
walkdir = "2.4"

# contracts
contract-build = { version = "3.2.0", optional = true }

# parachains
dirs = { version = "5.0", optional = true }
Expand All @@ -42,9 +43,12 @@ url = { version = "2.5", optional = true }
zombienet-sdk = { git = "https://github.com/paritytech/zombienet-sdk", optional = true }
zombienet-support = { git = "https://github.com/paritytech/zombienet-sdk", optional = true }


[features]
default = ["contract", "parachain"]
contract = []
contract = [
"dep:contract-build"
]
parachain = [
"dep:dirs",
"dep:indexmap",
Expand All @@ -56,4 +60,4 @@ parachain = [
"dep:url",
"dep:zombienet-sdk",
"dep:zombienet-support"
]
]
Loading

0 comments on commit 5b7f20d

Please sign in to comment.