forked from Orchid/orchid
17 lines
376 B
TOML
17 lines
376 B
TOML
[package]
|
|
name = "orchid-api-derive"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
quote = "1.0.40"
|
|
syn = { version = "2.0.106" }
|
|
orchid-api-traits = { version = "0.1.0", path = "../orchid-api-traits" }
|
|
proc-macro2 = "1.0.101"
|
|
itertools = "0.14.0"
|