Cargo.toml 280 B

12345678910111213141516
  1. [package]
  2. authors = ["Js2xxx"]
  3. edition = "2021"
  4. license = "MIT OR Apache-2.0"
  5. name = "paging"
  6. version = "0.1.0"
  7. [features]
  8. default = []
  9. [dependencies]
  10. bitflags = "1.3"
  11. cfg-if = "1.0"
  12. log = "0.4"
  13. num-traits = {version = "0.2", default-features = false}
  14. static_assertions = "1.1"