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]
|
[features]
|
||||||
default = ["log", "core"]
|
default = ["log", "core"]
|
||||||
core = []
|
core = []
|
||||||
full = ["default", "core", "log", "bintols"]
|
full = ["default", "core", "log", "bintols", "libpt-log/full"]
|
||||||
log = ["dep:libpt-log"]
|
log = ["dep:libpt-log"]
|
||||||
log-crate = ["libpt-cli/log"]
|
log-crate = ["libpt-cli/log"]
|
||||||
bintols = ["dep:libpt-bintols", "log"]
|
bintols = ["dep:libpt-bintols", "log"]
|
||||||
|
|
|
@ -17,6 +17,7 @@ cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = []
|
default = []
|
||||||
|
full = ["log"]
|
||||||
log = ["dep:log"]
|
log = ["dep:log"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
Reference in New Issue