mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
18 lines
315 B
TOML
18 lines
315 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = ["noita_api", "noita_api_macro"]
|
|
|
|
[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"
|