Skip to content

Commit

Permalink
Merge pull request #33 from svix/jplatte/tokio
Browse files Browse the repository at this point in the history
Reduce tokio feature set
  • Loading branch information
svix-gabriel authored Feb 16, 2024
2 parents b7ee36c + 8ea3e8d commit 6cb8ef5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion omniqueue/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,15 @@ serde = "1.0.196"
serde_json = "1"
svix-ksuid = { version = "0.7.0", optional = true }
thiserror = "1"
tokio = { version = "1", features = ["full"] }
tokio = { version = "1", features = ["rt", "sync", "time"] }
tokio-util = { version = "0.7", optional = true }
tracing = "0.1"

[dev-dependencies]
anyhow = "1.0.79"
fastrand = "1.9"
serde = { version = "1.0.196", features = ["derive"] }
tokio = { version = "1", features = ["macros"] }
tokio-executor-trait = "2.1"
tokio-reactor-trait = "1.1"

Expand Down

0 comments on commit 6cb8ef5

Please sign in to comment.