From ae499c56a1994a2dd7d479319e7a82d8b628b050 Mon Sep 17 00:00:00 2001 From: kana-rus Date: Fri, 16 Feb 2024 07:49:35 +0900 Subject: [PATCH] not debug --- ohkami/Cargo.toml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/ohkami/Cargo.toml b/ohkami/Cargo.toml index f69403f5..641361c4 100644 --- a/ohkami/Cargo.toml +++ b/ohkami/Cargo.toml @@ -29,7 +29,7 @@ hmac = { version = "0.12.1", default-features = false } rustc-hash = { version = "1.1", optional = true } [features] -#default = ["utils", "testing"] +default = ["utils", "testing"] rt_tokio = ["dep:tokio"] rt_async-std = ["dep:async-std"] utils = [] @@ -44,12 +44,12 @@ DEBUG = [ "tokio?/rt-multi-thread", "async-std?/attributes", ] -default = [ - "utils", - "testing", - "custom-header", - #"websocket", - "rt_tokio", - #"rt_async-std", - "DEBUG", -] \ No newline at end of file +#default = [ +# "utils", +# "testing", +# "custom-header", +# #"websocket", +# "rt_tokio", +# #"rt_async-std", +# "DEBUG", +#] \ No newline at end of file