Clean up formatting on Cargo.toml

This commit is contained in:
Aaron Weiss 2017-06-22 19:38:08 -04:00
parent 92ffbc7b28
commit 5a0f54612d
No known key found for this signature in database
GPG key ID: 0237035D9BF03AE2

View file

@ -1,5 +1,4 @@
[package]
name = "irc"
version = "0.12.0"
description = "A simple, thread-safe, and async-friendly IRC client library."
@ -11,7 +10,6 @@ repository = "https://github.com/aatxe/irc"
readme = "README.md"
[features]
default = ["ctcp"]
ctcp = []
nochanlists = []