Skip to content

Commit

Permalink
feat: ♻️ Syncing with recent PR
Browse files Browse the repository at this point in the history
Syncing with re4cents PR
  • Loading branch information
Tbelleng committed Jan 12, 2024
2 parents 5fed0cb + 272a25b commit 6479926
Show file tree
Hide file tree
Showing 14 changed files with 500 additions and 88 deletions.
234 changes: 202 additions & 32 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[workspace]
members = [ "macros",
"macros",
members = [
"macro_utils",
"macro",
"unit_tests",
]
default-members = ["unit_tests"]
Expand Down
3 changes: 2 additions & 1 deletion macros/Cargo.toml → macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "macros"
name = "macro"
version = "0.1.0"
edition = "2021"

Expand All @@ -9,3 +9,4 @@ proc-macro = true
[dependencies]
quote = "1.0.35"
syn = "2.0.48"
macro_utils = { path = "../macro_utils/" }
Loading

0 comments on commit 6479926

Please sign in to comment.