Added more details to Cargo.toml.
This commit is contained in:
parent
dc3b3134f3
commit
a79a1fc033
1 changed files with 6 additions and 0 deletions
|
@ -2,4 +2,10 @@
|
|||
|
||||
name = "irc"
|
||||
version = "0.0.1"
|
||||
description = "A simple, thread-safe IRC client library."
|
||||
authors = ["Aaron Weiss <aaronweiss74@gmail.com>"]
|
||||
license = "Public Domain"
|
||||
keywords = ["irc", "client", "thread-safe"]
|
||||
documentation = "http://www.rust-ci.org/aaronweiss74/irc/doc/irc/"
|
||||
repository = "https://github.com/aaronweiss74/irc"
|
||||
readme = "README.md"
|
||||
|
|
Loading…
Add table
Reference in a new issue