Skip to content

Commit

Permalink
not debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kanarus committed Feb 15, 2024
1 parent c136960 commit ae499c5
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions ohkami/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand All @@ -44,12 +44,12 @@ DEBUG = [
"tokio?/rt-multi-thread",
"async-std?/attributes",
]
default = [
"utils",
"testing",
"custom-header",
#"websocket",
"rt_tokio",
#"rt_async-std",
"DEBUG",
]
#default = [
# "utils",
# "testing",
# "custom-header",
# #"websocket",
# "rt_tokio",
# #"rt_async-std",
# "DEBUG",
#]

0 comments on commit ae499c5

Please sign in to comment.