Cargo.toml 236 B

1234567891011121314
  1. [package]
  2. name = "aya-log-common"
  3. version = "0.1.0"
  4. edition = "2018"
  5. [features]
  6. default = []
  7. userspace = [ "aya" ]
  8. [dependencies]
  9. aya = { git = "https://github.com/aya-rs/aya", branch="main", optional=true }
  10. [lib]
  11. path = "src/lib.rs"