Skip to content

Commit

Permalink
Move nats-server to dev dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Pietrek <[email protected]>
  • Loading branch information
Jarema committed Nov 19, 2024
1 parent fc015b4 commit 82ee49e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nats-extra/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ async-nats = "0.38.0"
bytes = "1.8.0"
futures = "0.3.31"
tokio = { version = "1.0", features = ["time"] }
nats_server = { git = "https://github.com/nats-io/nats.rs", package = "nats-server" }

[dev-dependencies]
tokio = { version = "1.0", features = ["full"] }
nats_server = { git = "https://github.com/nats-io/nats.rs", package = "nats-server" }

[features]
request_many = []
Expand Down

0 comments on commit 82ee49e

Please sign in to comment.