Cargo.toml 454 B

12345678910111213141516171819202122
  1. [package]
  2. description = "A logging library for eBPF programs."
  3. documentation = "https://docs.rs/aya-log"
  4. keywords = ["bpf", "ebpf", "log", "logging"]
  5. name = "aya-log-common"
  6. version = "0.1.15"
  7. authors.workspace = true
  8. edition.workspace = true
  9. homepage.workspace = true
  10. license.workspace = true
  11. repository.workspace = true
  12. rust-version.workspace = true
  13. [lints]
  14. workspace = true
  15. [dependencies]
  16. num_enum = { workspace = true }
  17. [lib]
  18. path = "src/lib.rs"