Added some more irc-proto metadata to Cargo.toml from publishing placeholder.
This commit is contained in:
parent
11f86aedc3
commit
fcadf49d31
1 changed files with 10 additions and 1 deletions
|
@ -1,7 +1,16 @@
|
||||||
[package]
|
[package]
|
||||||
name = "irc-proto"
|
name = "irc-proto"
|
||||||
version = "0.1.0"
|
version = "0.0.0"
|
||||||
|
description = "The IRC protocol distilled."
|
||||||
authors = ["Aaron Weiss <awe@pdgn.co>"]
|
authors = ["Aaron Weiss <awe@pdgn.co>"]
|
||||||
|
license = "MPL-2.0"
|
||||||
|
keywords = ["irc", "protocol", "tokio"]
|
||||||
|
categroies = ["network-programming"]
|
||||||
|
documentation = "https://docs.rs/irc-proto/"
|
||||||
|
repository = "https://github.com/aatxe/irc"
|
||||||
|
|
||||||
|
[badges]
|
||||||
|
travis-ci = { repository = "aatxe/irc" }
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bytes = "0.4"
|
bytes = "0.4"
|
||||||
|
|
Loading…
Add table
Reference in a new issue