Skip to content

Commit

Permalink
Move proc macros to derive folder
Browse files Browse the repository at this point in the history
  • Loading branch information
vorot93 committed Apr 17, 2023
1 parent e9c9589 commit 808714f
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ auto_impl = "1"
bytes = { version = "1", default-features = false }
ethnum = { version = "1", default-features = false, optional = true }
ethereum-types = { version = "0.14", default-features = false, optional = true }
fastrlp-derive = { version = "0.1", path = "fastrlp-derive", optional = true }
fastrlp-derive = { version = "0.1", path = "derive", optional = true }

[dev-dependencies]
fastrlp-test = { path = ".", package = "fastrlp", features = [
Expand All @@ -36,4 +36,4 @@ name = "bench"
harness = false

[workspace]
members = ["fastrlp-derive"]
members = ["derive"]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 808714f

Please sign in to comment.