Add a feature for compare.
This commit is contained in:
parent
e5f08beaca
commit
e59d1b8fde
@ -8,7 +8,6 @@ license = "0BSD"
|
|||||||
name = "toy"
|
name = "toy"
|
||||||
path = "src/main.rs"
|
path = "src/main.rs"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
nom = "7.1.1"
|
nom = "7.1.1"
|
||||||
@ -19,3 +18,5 @@ tracing-opentelemetry = "0.17.2"
|
|||||||
tracing-subscriber = {version="0.3.16", features=["env-filter"]}
|
tracing-subscriber = {version="0.3.16", features=["env-filter"]}
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
default = ["compare"]
|
||||||
|
compare = []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user