mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
dap: logging using fern
This commit is contained in:
parent
0f6e81b85b
commit
fd709bc56d
4 changed files with 22 additions and 13 deletions
|
@ -18,3 +18,6 @@ serde = { version = "1.0", features = ["derive"] }
|
|||
serde_json = "1.0"
|
||||
thiserror = "1.0"
|
||||
tokio = { version = "1.9", features = ["rt", "rt-multi-thread", "io-util", "io-std", "time", "process", "macros", "fs", "parking_lot"] }
|
||||
|
||||
[dev-dependencies]
|
||||
fern = "0.6"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue