A static site generator written in Rust
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

Cargo.toml 118B

12345678
  1. [package]
  2. name = "tlon"
  3. version = "0.1.0"
  4. authors = ["Dylan Baker"]
  5. [dependencies]
  6. lazy_static = "1.2.0"
  7. regex = "1"