Skip to content

Commit

Permalink
adds optional tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 28, 2024
1 parent 58b61f6 commit 1a7b8e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,13 @@ lewton = { version = "0.10", optional = true }
minimp3_fixed = { version = "0.5.4", optional = true}
symphonia = { version = "0.5.4", optional = true, default-features = false }
crossbeam-channel = { version = "0.5.8", optional = true }

thiserror = "1.0.49"
tracing = { version = "0.1.40", optional = true }

[features]
default = ["flac", "vorbis", "wav", "mp3"]
tracing = ["dep:tracing"]

flac = ["claxon"]
vorbis = ["lewton"]
Expand Down

0 comments on commit 1a7b8e5

Please sign in to comment.