Disabled JSON support by default.
This commit is contained in:
parent
6550bd0d96
commit
518303a013
3 changed files with 8 additions and 10 deletions
|
@ -14,7 +14,7 @@ readme = "README.md"
|
|||
travis-ci = { repository = "aatxe/irc" }
|
||||
|
||||
[features]
|
||||
default = ["ctcp", "json", "toml"]
|
||||
default = ["ctcp", "toml"]
|
||||
ctcp = []
|
||||
nochanlists = []
|
||||
json = ["serde_json"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue