Skip to content

Commit

Permalink
Merge pull request #20 from JerryHue/preparing-crates
Browse files Browse the repository at this point in the history
Prepare Cargo.toml for crates publishing
  • Loading branch information
JerryHue authored Nov 29, 2021
2 parents 0359236 + 940b58a commit 9d2a6d1
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 9d2a6d1

Please sign in to comment.