feat: add cargo deny (#112)

* feat: add cargo deny

* cleanup deny
This commit is contained in:
Matthias Seitz
2022-10-24 15:52:22 +02:00
committed by GitHub
parent 65247ef203
commit eb40bd9eaf
3 changed files with 91 additions and 0 deletions

View File

@ -2,6 +2,9 @@
name = "reth-codecs"
version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/foundry-rs/reth"
readme = "README.md"
[features]
default = ["scale"]

View File

@ -2,6 +2,9 @@
name = "codecs-derive"
version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/foundry-rs/reth"
readme = "../README.md"
[lib]
proc-macro = true