Is Tokio actually required? #734
Answered
by
penberg
John-Nagle
asked this question in
Q&A
-
I see a reference to Tokio in Cargo.toml, but not other references. Does Limbo actually need Tokio? I'd like to be able to run without it. |
Beta Was this translation helpful? Give feedback.
Answered by
penberg
Jan 18, 2025
Replies: 2 comments 2 replies
-
Limbo does not require Tokio. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
penberg
-
It’s dev dependency, not a normal dependency. [dev-dependencies]
tokio = { version = "1.29.1", features = ["full"] } vs. [dependencies]
limbo_core = { path = "../../core" }
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Limbo does not require Tokio.