mirror of
https://github.com/msfjarvis/clipboard-substitutor
synced 2025-08-14 20:07:01 +05:30
refactor: switch logging to tracing
Adds in slightly more dependencies than I'd like but at least it works
This commit is contained in:
parent
b938a6001b
commit
ea3ad1889c
3 changed files with 137 additions and 3 deletions
|
@ -15,11 +15,12 @@ include = ["src/**/*", "LICENSE-*", "README.md"]
|
|||
anyhow = "1.0.55"
|
||||
clipboard = "0.5.0"
|
||||
dirs = "4.0.0"
|
||||
log = { version = "0.4.14", features = ["release_max_level_trace"] }
|
||||
regex = "1.5.4"
|
||||
serde = "1.0.136"
|
||||
serde_derive = "1.0.136"
|
||||
toml = "0.5.8"
|
||||
tracing = "0.1.31"
|
||||
tracing-subscriber = { version = "0.3.9", features = ["env-filter"] }
|
||||
|
||||
[dev-dependencies]
|
||||
assay = "0.1.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue