mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-08 22:28:12 -05:00
Cargo.toml, Cargo.lock: change dependencies used for logging
- replace log crate with tracing, - replace simple-log crate with tracing-subscriber and tracing-appender - add nu-ansi-term crate as a dependency which is itself tracing-subscriber's dependency, inorder to write colored outputs to the terminal since we override formatting provided by tracing-subscriber
This commit is contained in:
@@ -16,9 +16,9 @@ darkfi_deployooor_contract = {path = "../deployooor", features = ["client", "no-
|
||||
|
||||
num-bigint = "0.4.6"
|
||||
blake3 = "1.8.2"
|
||||
log = "0.4.27"
|
||||
tracing = "0.1.41"
|
||||
tracing-subscriber = { version = "0.3.19", default-features = false, features = ["fmt"] }
|
||||
rand = "0.8.5"
|
||||
simplelog = "0.12.2"
|
||||
sled-overlay = "0.1.10"
|
||||
|
||||
[lints]
|
||||
|
||||
Reference in New Issue
Block a user