Skip to content

Commit

Permalink
Made tokio into proper feature
Browse files Browse the repository at this point in the history
  • Loading branch information
gammelalf committed Sep 5, 2023
1 parent a3218c7 commit ce47be7
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,10 @@ temp-dir = { version = "~0.1" }

[features]
default = [
"rorm-db/tokio",
"dep:tokio",
"tokio",
]

[profile.fat-lto]
inherits = "release"
opt-level = "s"
lto = "fat"
strip = true
tokio = [
"dep:tokio",
"rorm-db/tokio",
]

0 comments on commit ce47be7

Please sign in to comment.