Initial import to v1a, does not compile

This commit is contained in:
David Lenfesty
2022-04-21 17:07:46 -06:00
committed by Dario Nieuwenhuis
parent 2f43969dd4
commit f30e5d2d3f
5 changed files with 928 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#![macro_use]
#[cfg_attr(eth_v1a, path = "v1a/mod.rs")]
#[cfg_attr(eth_v1c, path = "v1c/mod.rs")]
#[cfg_attr(eth_v2, path = "v2/mod.rs")]
#[cfg_attr(eth_v1, path = "v1.rs")]