Files
nanoreth/Cargo.toml
Oliver Nordbjerg 978527367f chore: init
2022-09-19 19:25:12 +02:00

10 lines
118 B
TOML

[package]
name = "reth"
version = "0.1.0"
edition = "2021"
[dependencies]
[[bin]]
path = "bin/reth.rs"
name = "reth"