From 5f70d4d93ed007e07b9eb67220719ea6b603f416 Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Fri, 30 Aug 2024 17:45:36 +0200 Subject: [PATCH] chore: full feature --- Cargo.toml | 2 +- members/libpt-cli/Cargo.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 72df723..c44e8d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] diff --git a/members/libpt-cli/Cargo.toml b/members/libpt-cli/Cargo.toml index afdde8c..ad47c02 100644 --- a/members/libpt-cli/Cargo.toml +++ b/members/libpt-cli/Cargo.toml @@ -17,6 +17,7 @@ cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"] [features] default = [] +full = ["log"] log = ["dep:log"] [dependencies]