Browse Source

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

master
Dylan Baker 6 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
 authors = ["Dylan Baker"]
4
 authors = ["Dylan Baker"]
5
 description = "A feature-poor static site generator"
5
 description = "A feature-poor static site generator"
6
 license = "MIT"
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
 [dependencies]
11
 [dependencies]
9
 clap = "2.32.0"
12
 clap = "2.32.0"

Loading…
Cancel
Save