Skip to content

Commit

Permalink
fix: add license workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
gakonst committed Jul 3, 2023
1 parent 9d9fb1a commit ac19feb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
name = "examples"
version = "0.0.0"
publish = false
edition = "2021"
edition.workspace = true
license.workspace = workspace

[dev-dependencies]
reth-primitives = { workspace = true }
Expand Down Expand Up @@ -32,3 +33,7 @@ path = "rpc-db.rs"
[[example]]
name = "db-access"
path = "db-access.rs"

[[example]]
name = "txpool"
path = "txpool.rs"

0 comments on commit ac19feb

Please sign in to comment.