12345678910111213141516171819 |
- [package]
- name = "aya-log-ebpf-macros"
- version = "0.1.0"
- description = "Proc macros used by aya-log-ebpf"
- authors.workspace = true
- license.workspace = true
- repository.workspace = true
- homepage.workspace = true
- edition.workspace = true
- [dependencies]
- aya-log-common = { path = "../aya-log-common", version = "^0.1.14", default-features = false }
- aya-log-parser = { path = "../aya-log-parser", version = "^0.1.13", default-features = false }
- proc-macro2 = { workspace = true }
- quote = { workspace = true }
- syn = { workspace = true }
- [lib]
- proc-macro = true
|