Skip to content

Commit

Permalink
do some reordering for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jupyterkat committed Mar 7, 2024
1 parent 36d17b3 commit 94d34d5
Show file tree
Hide file tree
Showing 7 changed files with 322 additions and 335 deletions.
9 changes: 7 additions & 2 deletions crates/byondapi-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,13 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[lib]
crate-type = ["lib"]
proc-macro = true

[dependencies]
inventory = "0.3.15"
byondapi-impl = { path = "./byondapi-impl", package = "byondapi-impl" }
quote = "1.0"
proc-macro2 = "1.0"

[dependencies.syn]
version = "2.0"
features = ["full", "parsing", "printing"]
18 changes: 0 additions & 18 deletions crates/byondapi-macros/byondapi-impl/Cargo.toml

This file was deleted.

255 changes: 0 additions & 255 deletions crates/byondapi-macros/byondapi-impl/src/lib.rs

This file was deleted.

Loading

0 comments on commit 94d34d5

Please sign in to comment.