12345678910111213141516 |
- [package]
- name = "aya-bpf-macros"
- version = "0.1.0"
- authors = ["Alessandro Decina <[email protected]>"]
- edition = "2021"
- [lib]
- proc-macro = true
- [dependencies]
- proc-macro2 = "1.0"
- quote = "1.0"
- syn = {version = "1.0", features = ["full"]}
- [dev-dependencies]
- aya-bpf = { path = "../bpf/aya-bpf" }
|