Cargo.toml 526 B

123456789101112131415161718192021
  1. # -*- coding: utf-8 -*-
  2. [package]
  3. edition = "2018"
  4. name = "range-lock"
  5. description = "Vec range lock"
  6. version = "0.2.0"
  7. authors = ["Michael Buesch <m@bues.ch>"]
  8. license = "MIT OR Apache-2.0"
  9. readme = "README.md"
  10. repository = "https://bues.ch/cgit/rangelockrs.git"
  11. categories = ["concurrency", "algorithms"]
  12. keywords = ["mutex", "lock", "range"]
  13. [dependencies]
  14. [build-dependencies]
  15. # vim: ts=4 sw=4 expandtab