yggdrasil/Cargo.toml

14 lines
265 B
TOML

[package]
name = "abi-generator"
version = "0.1.0"
edition = "2021"
[dependencies]
proc-macro2 = "^1.0.63"
quote = "^1.0"
syn = { version = "2.0.32", features = ["full"] }
thiserror = "1.0.47"
[workspace]
members = ["abi-lib", "example-abi", "abi-kernel-macros"]