Skip to content

Commit

Permalink
not DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
kanarus committed Nov 17, 2024
1 parent 718f61d commit 24ea930
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions ohkami/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ mews = { version = "0.1", optional = true }


[features]
#default = ["testing"]
default = ["testing"]

rt_tokio = ["__rt__", "__rt_native__", "dep:tokio", "tokio/io-util", "tokio/macros", "ohkami_lib/signal", "mews?/tokio"]
rt_async-std = ["__rt__", "__rt_native__", "dep:async-std", "dep:futures-util", "ohkami_lib/signal", "mews?/async-std"]
Expand All @@ -65,15 +65,15 @@ DEBUG = [
"tokio?/rt-multi-thread",
"async-std?/attributes",
]
default = [
"nightly",
"testing",
"sse",
"ws",
#"rt_tokio",
#"rt_async-std",
#"rt_smol",
#"rt_glommio",
"rt_worker",
"DEBUG",
]
#default = [
# "nightly",
# "testing",
# "sse",
# "ws",
# #"rt_tokio",
# #"rt_async-std",
# #"rt_smol",
# #"rt_glommio",
# "rt_worker",
# "DEBUG",
#]

0 comments on commit 24ea930

Please sign in to comment.