12345678910111213141516 |
- [package]
- name = "xtask"
- version = "0.1.0"
- authors = ["Alessandro Decina <[email protected]>"]
- edition = "2021"
- [dependencies]
- aya-tool = { path = "../aya-tool" }
- clap = { version = "4", features = ["derive"] }
- anyhow = "1"
- syn = "1"
- quote = "1"
- proc-macro2 = "1"
- indoc = "2.0"
- lazy_static = "1"
- serde_json = "1"
|