mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +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:
17
substrate/tree-cleanup/bandersnatch_vrfs/Cargo.toml
Normal file
17
substrate/tree-cleanup/bandersnatch_vrfs/Cargo.toml
Normal file
@@ -0,0 +1,17 @@
|
||||
[package]
|
||||
name = "bandersnatch_vrfs"
|
||||
version = "0.0.3"
|
||||
description = "Empty library to remove the unused bandersnatch_vrfs from the Cargo.lock"
|
||||
license = "MIT"
|
||||
repository = "https://github.com/serai-dex/serai/tree/develop/substrate/tree-cleanup/bandersnatch_vrfs"
|
||||
authors = ["Luke Parker <lukeparker5132@gmail.com>"]
|
||||
keywords = []
|
||||
edition = "2021"
|
||||
rust-version = "1.74"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
rustdoc-args = ["--cfg", "docsrs"]
|
||||
|
||||
[features]
|
||||
std = []
|
||||
0
substrate/tree-cleanup/bandersnatch_vrfs/src/lib.rs
Normal file
0
substrate/tree-cleanup/bandersnatch_vrfs/src/lib.rs
Normal file
17
substrate/tree-cleanup/w3f-bls/Cargo.toml
Normal file
17
substrate/tree-cleanup/w3f-bls/Cargo.toml
Normal file
@@ -0,0 +1,17 @@
|
||||
[package]
|
||||
name = "w3f-bls"
|
||||
version = "0.1.3"
|
||||
description = "Empty library to remove the unused w3f-bls from the Cargo.lock"
|
||||
license = "MIT"
|
||||
repository = "https://github.com/serai-dex/serai/tree/develop/substrate/tree-cleanup/w3f-bls"
|
||||
authors = ["Luke Parker <lukeparker5132@gmail.com>"]
|
||||
keywords = []
|
||||
edition = "2021"
|
||||
rust-version = "1.74"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
rustdoc-args = ["--cfg", "docsrs"]
|
||||
|
||||
[features]
|
||||
std = []
|
||||
0
substrate/tree-cleanup/w3f-bls/src/lib.rs
Normal file
0
substrate/tree-cleanup/w3f-bls/src/lib.rs
Normal file
Reference in New Issue
Block a user