mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 12:49:23 +00:00
Add empty crates to clean up the Cargo.lock
Also removes a now unused RUSTSEC allow in deny.
This commit is contained in:
10
Cargo.toml
10
Cargo.toml
@@ -36,6 +36,9 @@ members = [
|
||||
"coordinator/tributary",
|
||||
"coordinator",
|
||||
|
||||
"substrate/tree-cleanup/bandersnatch_vrfs",
|
||||
"substrate/tree-cleanup/w3f-bls",
|
||||
|
||||
"substrate/primitives",
|
||||
|
||||
"substrate/coins/primitives",
|
||||
@@ -97,6 +100,13 @@ lazy_static = { git = "https://github.com/rust-lang-nursery/lazy-static.rs", rev
|
||||
sp-core-hashing = { git = "https://github.com/serai-dex/polkadot-sdk", branch = "experimental" }
|
||||
sp-std = { git = "https://github.com/serai-dex/polkadot-sdk", branch = "experimental" }
|
||||
|
||||
# cargo believes the following are in-tree despite no features activating them
|
||||
# We provide empty crates to not only prove they're unused, yet also clean up
|
||||
# our Cargo.lock
|
||||
w3f-bls = { path = "substrate/tree-cleanup/w3f-bls" }
|
||||
[patch."https://github.com/w3f/ring-vrf"]
|
||||
bandersnatch_vrfs = { path = "substrate/tree-cleanup/bandersnatch_vrfs" }
|
||||
|
||||
# The external arkworks-substrate repo refers back to the paritytech
|
||||
# polkadot-sdk repo, hence patching it to point to serai-dex's
|
||||
[patch."https://github.com/paritytech/polkadot-sdk"]
|
||||
|
||||
Reference in New Issue
Block a user