Skip to content

Commit 94d34d5

Browse files
committed
do some reordering for publish
1 parent 36d17b3 commit 94d34d5

File tree

7 files changed

+322
-335
lines changed

7 files changed

+322
-335
lines changed

crates/byondapi-macros/Cargo.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,13 @@ edition = "2021"
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[lib]
9-
crate-type = ["lib"]
9+
proc-macro = true
1010

1111
[dependencies]
1212
inventory = "0.3.15"
13-
byondapi-impl = { path = "./byondapi-impl", package = "byondapi-impl" }
13+
quote = "1.0"
14+
proc-macro2 = "1.0"
15+
16+
[dependencies.syn]
17+
version = "2.0"
18+
features = ["full", "parsing", "printing"]

crates/byondapi-macros/byondapi-impl/Cargo.toml

Lines changed: 0 additions & 18 deletions
This file was deleted.

crates/byondapi-macros/byondapi-impl/src/lib.rs

Lines changed: 0 additions & 255 deletions
This file was deleted.

0 commit comments

Comments
 (0)