chore: exclude crate-template (#1434)

This commit is contained in:
Matthias Seitz
2023-02-17 16:21:55 +01:00
committed by GitHub
parent e24a1dd5b6
commit 47989392c1
2 changed files with 1 additions and 5 deletions

4
Cargo.lock generated
View File

@@ -4299,10 +4299,6 @@ dependencies = [
"tokio",
]
[[package]]
name = "reth-crate-template"
version = "0.1.0"
[[package]]
name = "reth-db"
version = "0.1.0"

View File

@@ -1,7 +1,6 @@
[workspace]
members = [
"bin/reth",
"crate-template",
"crates/consensus",
"crates/executor",
"crates/interfaces",
@@ -36,4 +35,5 @@ members = [
"crates/tasks",
"crates/transaction-pool",
]
exclude = ["crate-template"]
default-members = ["bin/reth"]