A static site generator written in Rust
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

Cargo.toml 429B

1234567891011121314151617181920
  1. [package]
  2. name = "casaubon"
  3. version = "0.1.1"
  4. authors = ["Dylan Baker"]
  5. description = "A feature-poor static site generator"
  6. license = "MIT"
  7. readme = "README.md"
  8. repository = "https://git.sr.ht/~simulacrumparty/casaubon"
  9. [dependencies]
  10. chrono = "0.4"
  11. clap = "2.32.0"
  12. comrak = "0.3"
  13. fs_extra = "1.1.0"
  14. lazy_static = "1.2.0"
  15. notify = "4.0.0"
  16. regex = "1"
  17. tempfile = "3"
  18. toml = "0.4.8"
  19. uuid = { version = "0.7", features = ["v4"] }