Cargo.toml 370 B

123456789101112
  1. [package]
  2. name = "html-validation"
  3. version = "0.1.2"
  4. authors = ["Chinedu Francis Nwafili <frankie.nwafili@gmail.com>"]
  5. description = "Validation for HTML elements and attributes"
  6. keywords = ["html", "validation", "valid", "dom", "virtual"]
  7. license = "MIT/Apache-2.0"
  8. repository = "https://github.com/chinedufn/percy"
  9. edition = "2018"
  10. [dependencies]
  11. lazy_static = "1.0"