Clean up formatting on Cargo.toml
This commit is contained in:
parent
92ffbc7b28
commit
5a0f54612d
1 changed files with 0 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
||||||
[package]
|
[package]
|
||||||
|
|
||||||
name = "irc"
|
name = "irc"
|
||||||
version = "0.12.0"
|
version = "0.12.0"
|
||||||
description = "A simple, thread-safe, and async-friendly IRC client library."
|
description = "A simple, thread-safe, and async-friendly IRC client library."
|
||||||
|
@ -11,7 +10,6 @@ repository = "https://github.com/aatxe/irc"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|
||||||
default = ["ctcp"]
|
default = ["ctcp"]
|
||||||
ctcp = []
|
ctcp = []
|
||||||
nochanlists = []
|
nochanlists = []
|
||||||
|
|
Loading…
Add table
Reference in a new issue