15 lines
328 B
TOML
15 lines
328 B
TOML
[package]
|
|
name = "trixy-types"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
convert_case = "0.6.0"
|
|
libc = "0.2.151"
|
|
log = "0.4.20"
|
|
proc-macro2 = "1.0.70"
|
|
quote = "1.0.33"
|
|
syn = { version = "2.0.41", features = ["extra-traits", "full", "parsing"] }
|
|
thiserror = "1.0.51"
|
|
trixy-types-derive = {path = "./trixy-types-derive"}
|