소스 검색

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

master
Dylan Baker 5 년 전
부모
커밋
071b04f5e1
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3
    0
      Cargo.toml

+ 3
- 0
Cargo.toml 파일 보기

@@ -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…
취소
저장