Skip to content

Commit

Permalink
Updated Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
raftario committed Sep 20, 2019
1 parent e906c19 commit f498f64
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 13 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
[package]
name = "licensor"
version = "1.0.0"
version = "1.0.1"
authors = ["Raphaël Thériault <raphael_theriault@outlook.com>"]
license = "Unlicense"
license = "MIT"
description = "Write a license to standard output given its SPDX ID"
homepage = "https://github.com/raftario/licensor"
repository = "https://github.com/raftario/licensor.git"
readme = "README.md"
keywords = ["license", "cli"]
categories = ["command-line-utilities"]
edition = "2018"
build = "build.rs"
exclude = [
"/target",
"**/*.rs.bk",
".idea/",
".github/",
]

[dependencies]
chrono = "0.4.9"
Expand Down

0 comments on commit f498f64

Please sign in to comment.