generated from PlexSheep/baserepo
chore: full feature
cargo devel CI / cargo CI (push) Failing after 1m15s
Details
cargo devel CI / cargo CI (push) Failing after 1m15s
Details
This commit is contained in:
parent
3a215390d6
commit
5f70d4d93e
|
@ -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"]
|
||||
|
|
|
@ -17,6 +17,7 @@ cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]
|
|||
|
||||
[features]
|
||||
default = []
|
||||
full = ["log"]
|
||||
log = ["dep:log"]
|
||||
|
||||
[dependencies]
|
||||
|
|
Reference in New Issue