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.
12345678910 |
- [package]
- name = "tlon"
- version = "0.1.0"
- authors = ["Dylan Baker"]
-
- [dependencies]
- clap = "2.32.0"
- lazy_static = "1.2.0"
- regex = "1"
- uuid = { version = "0.7", features = ["v4"] }
|