Cargo.toml 134 B

1234567891011
  1. [package]
  2. name = "arcref"
  3. version = "0.1.0"
  4. edition = "2024"
  5. [dependencies]
  6. [features]
  7. alloc = []
  8. std = ["alloc"]
  9. default = ["std"]