Cargo.toml 439 B

1234567891011121314151617
  1. [package]
  2. name = "more-sync"
  3. version = "0.1.0"
  4. authors = ["Jing Yang <ditsing@gmail.com>"]
  5. edition = "2018"
  6. description = "More synchronization utils."
  7. documentation = "https://docs.rs/more-sync"
  8. readme = "README.md"
  9. homepage = "https://github.com/ditsing/more-sync"
  10. repository = "https://github.com/ditsing/more-sync"
  11. license = "MIT"
  12. keywords = ["sync", "synchronization"]
  13. categories = ["concurrency"]
  14. [dependencies]
  15. [dev-dependencies]