-
Notifications
You must be signed in to change notification settings - Fork 1
/
Cargo.toml
17 lines (15 loc) · 1.21 KB
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "schedfuzz"
version = "0.1.0"
edition = "2021"
[dependencies]
ckb-chain-spec-patch = { package = "ckb-chain-spec", git = "https://github.com/libraries/ckb", branch = "old_patch" }
ckb-error-patch = { package = "ckb-error", git = "https://github.com/libraries/ckb", branch = "old_patch" }
ckb-script-patch = { package = "ckb-script", git = "https://github.com/libraries/ckb", branch = "old_patch", default-features = false }
ckb-traits-patch = { package = "ckb-traits", git = "https://github.com/libraries/ckb", branch = "old_patch" }
ckb-types-patch = { package = "ckb-types", git = "https://github.com/libraries/ckb", branch = "old_patch" }
ckb-chain-spec-sched = { package = "ckb-chain-spec", git = "https://github.com/libraries/ckb", branch = "new_spawn" }
ckb-error-sched = { package = "ckb-error", git = "https://github.com/libraries/ckb", branch = "new_spawn" }
ckb-script-sched = { package = "ckb-script", git = "https://github.com/libraries/ckb", branch = "new_spawn", default-features = false }
ckb-traits-sched = { package = "ckb-traits", git = "https://github.com/libraries/ckb", branch = "new_spawn" }
ckb-types-sched = { package = "ckb-types", git = "https://github.com/libraries/ckb", branch = "new_spawn" }