This repository has been archived on 2024-05-26. You can view files and clone it, but cannot push or open issues or pull requests.
2023-12-26 11:14:08 +00:00
|
|
|
[package]
|
|
|
|
name = "trixy-types"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
2023-12-23 15:07:17 +00:00
|
|
|
|
2023-12-26 11:14:08 +00:00
|
|
|
[dependencies]
|
|
|
|
convert_case = "0.6.0"
|
2023-12-28 09:28:58 +00:00
|
|
|
libc = "0.2.151"
|
2023-12-26 11:14:08 +00:00
|
|
|
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"
|
2024-02-19 14:50:30 +00:00
|
|
|
trixy-types-derive = {path = "./trixy-types-derive"}
|