chore: add empty commands crate (#9039)

This commit is contained in:
Matthias Seitz
2024-06-25 00:03:19 +02:00
committed by GitHub
parent 4cb84a443a
commit 5585cb8cfa
4 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,10 @@
[package]
name = "reth-cli-commands"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
[lints]