Cargo.toml 423 B

1234567891011121314
  1. [package]
  2. name = "scopes"
  3. version = "0.1.0"
  4. authors = ["Michael Murphy <mmstickman@gmail.com>", "AdminXVII <dev.xlheureux@gmail.com"]
  5. edition = "2018"
  6. description = "A generic datastructure for variables organized in scopes"
  7. license = "MIT"
  8. repository = "https://gitlab.redox-os.org/redox-os/ion"
  9. readme = "README.md"
  10. keywords = ["scopes", "variables"]
  11. categories = ["data-structures", "memory-management"]
  12. [dependencies]