Skip to content

Commit

Permalink
docs: add missing fields to Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
khrynczenko committed Oct 12, 2020
1 parent 68096b0 commit 9d5f60c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
[package]
name = "tomata"
version = "0.1.0"
authors = ["wednesday <[email protected]>"]
authors = ["Krzysztof Hrynczenko <[email protected]>"]
edition = "2018"
license = "MIT"
homepage = "https://github.com/khrynczenko/tomata"
repository = "https://github.com/khrynczenko/tomata"
readme = "README.md"

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

Expand Down

0 comments on commit 9d5f60c

Please sign in to comment.