Browse Source

I guess I need to flesh out cargo.toml even more

master
Dylan Baker 5 years ago
parent
commit
071b04f5e1
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      Cargo.toml

+ 3
- 0
Cargo.toml View File

@@ -4,6 +4,9 @@ version = "0.1.0"
4 4
 authors = ["Dylan Baker"]
5 5
 description = "A feature-poor static site generator"
6 6
 license = "MIT"
7
+readme = "README.md"
8
+repository = "https://git.sr.ht/~simulacrumparty/casaubon"
9
+keywords = ["static site generator", "markdown", "html"]
7 10
 
8 11
 [dependencies]
9 12
 clap = "2.32.0"

Loading…
Cancel
Save