Cargo.toml 502 B

1234567891011121314151617
  1. # -*- coding: utf-8 -*-
  2. [package]
  3. edition = "2021"
  4. name = "range-lock"
  5. description = "Range lock for std::vec::Vec"
  6. version = "0.2.3"
  7. authors = ["Michael Büsch <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. # vim: ts=4 sw=4 expandtab