chore: init

This commit is contained in:
Oliver Nordbjerg
2022-09-19 19:25:12 +02:00
commit 978527367f
6 changed files with 79 additions and 0 deletions

10
Cargo.toml Normal file
View File

@ -0,0 +1,10 @@
[package]
name = "reth"
version = "0.1.0"
edition = "2021"
[dependencies]
[[bin]]
path = "bin/reth.rs"
name = "reth"