forked from trinitrix/core
1
0
Fork 0
core/trixy/Cargo.toml

14 lines
241 B
TOML
Raw Normal View History

[package]
name = "trixy"
version = "0.1.0"
edition = "2021"
[lib]
proc-macro = true
[dependencies]
convert_case = "0.6.0"
2023-12-14 14:33:56 +00:00
proc-macro2 = "1.0.70"
2023-10-18 19:14:03 +00:00
quote = "1.0.33"
2023-12-14 14:33:56 +00:00
syn = { version = "2.0.41", features = ["extra-traits", "full", "parsing"] }