Mark Poliakov d9b70439b8 Add 'tool/abi-generator/' from commit '635bf51bb1cde626d477df477604d58d107bc037'
git-subtree-dir: tool/abi-generator
git-subtree-mainline: 7a0d528cdabd0ff344911b64e447a21e40bcbeaa
git-subtree-split: 635bf51bb1cde626d477df477604d58d107bc037
2024-03-12 16:13:37 +02:00

14 lines
244 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"]