Skip to content

Commit

Permalink
not DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
kanarus committed Dec 25, 2023
1 parent 262a8b7 commit f98cbe4
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions ohkami/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,15 @@ websocket = []
nightly = []

##### DEBUG #####
DEBUG = [
DEBUG = [
"websocket",
"serde/derive", "tokio?/macros", "async-std?/attributes"
"serde/derive",
"tokio?/macros",
"async-std?/attributes"
]
default = [
"rt_tokio",
#"rt_async-std",
"DEBUG",
# "nightly"
]
# default = [
# "rt_tokio",
# #"rt_async-std",
# "DEBUG",
# # "nightly"
# ]

0 comments on commit f98cbe4

Please sign in to comment.