mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
15 lines
244 B
TOML
15 lines
244 B
TOML
![]() |
[package]
|
||
|
name = "noita_api_macro"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
[lib]
|
||
|
proc-macro = true
|
||
|
|
||
|
[dependencies]
|
||
|
heck = "0.5.0"
|
||
|
proc-macro2 = "1.0.89"
|
||
|
quote = "1.0.37"
|
||
|
serde = { version = "1.0.214", features = ["derive"] }
|
||
|
serde_json = "1.0.132"
|