git-subtree-dir: tool/abi-generator git-subtree-mainline: 7a0d528cdabd0ff344911b64e447a21e40bcbeaa git-subtree-split: 635bf51bb1cde626d477df477604d58d107bc037
14 lines
244 B
TOML
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"]
|