remove default features

This commit is contained in:
Keagan McClelland
2022-01-04 16:54:33 -07:00
committed by Aiden McClelland
parent 217d8dbdef
commit 7ae3ef9497

View File

@@ -12,7 +12,6 @@ version = "0.1.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
default = ["trace", "unstable"]
debug = ["tracing"]
trace = ["debug", "tracing-error"]
unstable = []