mirror of
https://github.com/Dummi26/mers.git
synced 2025-03-10 05:43:53 +01:00
add feature colored-output
which can be disabled with --no-default-features
This commit is contained in:
parent
a78367f27c
commit
1182ffa10e
@ -15,7 +15,7 @@ default = ["colored-output"]
|
||||
colored-output = ["mers_lib/ecolor-term", "dep:colored"]
|
||||
|
||||
[dependencies]
|
||||
# mers_lib = "0.8.14"
|
||||
mers_lib = { path = "../mers_lib" }
|
||||
mers_lib = "0.8.14"
|
||||
# mers_lib = { path = "../mers_lib" }
|
||||
clap = { version = "4.3.19", features = ["derive"] }
|
||||
colored = { version = "2.1.0", optional = true }
|
||||
|
Loading…
Reference in New Issue
Block a user