Skip to content

Commit

Permalink
Expose tracing features in chalk-recursive
Browse files Browse the repository at this point in the history
  • Loading branch information
detrumi committed Feb 27, 2021
1 parent b08c028 commit 27ff44f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions chalk-recursive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ readme = "README.md"
keywords = ["compiler", "traits", "prolog"]
edition = "2018"

[features]
default = []

[dependencies]
rustc-hash = { version = "1.1.0" }
tracing = "0.1"
Expand All @@ -22,3 +19,8 @@ chalk-solve = { version = "0.59.0-dev.0", path = "../chalk-solve" }

[dev-dependencies]
chalk-integration = { path = "../chalk-integration" }

[features]
default = ["tracing-full"]

tracing-full = ["chalk-solve/tracing-subscriber", "chalk-solve/tracing-tree"]

0 comments on commit 27ff44f

Please sign in to comment.