A static site generator written in Rust
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112
  1. [package]
  2. name = "tlon"
  3. version = "0.1.0"
  4. authors = ["Dylan Baker"]
  5. [dependencies]
  6. clap = "2.32.0"
  7. comrak = "0.3"
  8. fs_extra = "1.1.0"
  9. lazy_static = "1.2.0"
  10. regex = "1"
  11. uuid = { version = "0.7", features = ["v4"] }