chore: full feature
cargo devel CI / cargo CI (push) Failing after 1m15s Details

This commit is contained in:
Christoph J. Scherr 2024-08-30 17:45:36 +02:00
parent 3a215390d6
commit 5f70d4d93e
2 changed files with 2 additions and 1 deletions

View File

@ -41,7 +41,7 @@ categories.workspace = true
[features]
default = ["log", "core"]
core = []
full = ["default", "core", "log", "bintols"]
full = ["default", "core", "log", "bintols", "libpt-log/full"]
log = ["dep:libpt-log"]
log-crate = ["libpt-cli/log"]
bintols = ["dep:libpt-bintols", "log"]

View File

@ -17,6 +17,7 @@ cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]
[features]
default = []
full = ["log"]
log = ["dep:log"]
[dependencies]