mirror of
https://github.com/italicsjenga/valence.git
synced 2024-12-24 23:11:29 +11:00
2597e92b8f
Moves all the packages to the `crates/` directory.
13 lines
201 B
TOML
13 lines
201 B
TOML
[package]
|
|
name = "valence_derive"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
syn = { version = "1.0.103", features = ["full"] }
|
|
quote = "1.0.21"
|
|
proc-macro2 = "1.0.47"
|