Skip to content

Commit

Permalink
Revert ":sparkles: Added gluer crate and gluer-macro crate and moved …
Browse files Browse the repository at this point in the history
…functions accordingly"

This reverts commit f905269.
  • Loading branch information
nwrenger committed Jul 29, 2024
1 parent f905269 commit cbf17bb
Show file tree
Hide file tree
Showing 5 changed files with 398 additions and 352 deletions.
6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,13 @@ readme = "README.md"
license = "MIT"

[lib]
proc-macro = true

[dependencies]
gluer-macros = { path = "macros", version = "*"}
quote = "1.0"
syn = { version = "2.0.62", features = ["full"] }
proc-macro2 = "1.0"
once_cell = "1.19.0"

[dev-dependencies]
axum = "0.7.5"
Expand Down
25 changes: 0 additions & 25 deletions macros/Cargo.toml

This file was deleted.

232 changes: 0 additions & 232 deletions macros/src/lib.rs

This file was deleted.

Loading

0 comments on commit cbf17bb

Please sign in to comment.