Skip to content

Commit

Permalink
Prepare Cargo.toml for crates publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
JerryHue committed Nov 29, 2021
1 parent 0359236 commit 940b58a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
name = "yassgy"
version = "0.1.0"
edition = "2018"
license = "MIT"
description = "A static site generator"
repository = "https://github.com/JerryHue/yassgy/"
keywords = ["ssg", "cli"]
exclude = [
"testfiles/*",
"tests/*",
".vscode",
"rustfmt.toml",
".git*"
]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit 940b58a

Please sign in to comment.