Cargo.toml 397 B

1234567891011121314151617
  1. [package]
  2. name = "gc-sequence"
  3. version = "0.2.2"
  4. authors = ["kyren <kerriganw@gmail.com>"]
  5. edition = "2018"
  6. license = "MIT"
  7. description = "a system for encoding safe points for computations running on gc-arena"
  8. readme = "../../README.md"
  9. repository = "https://github.com/kyren/gc-arena"
  10. [features]
  11. default = ["std"]
  12. std = []
  13. [dependencies]
  14. gc-arena = { path = "../gc-arena", version = "0.2.2" }