Skip to content

Commit

Permalink
cargo cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
milenkovicm committed Nov 15, 2023
1 parent 923c28d commit 0d0f6e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ description = "Unofficial redpanda test container"
homepage = "http://github.com/milenkovicm/testcontainers-redpanda-rs"
repository = "http://github.com/milenkovicm/testcontainers-redpanda-rs"
readme = "README.md"
categories = ["testcontainers", "test", "kafka", "docker"]
categories = ["development-tools::testing"]
keywords = ["testcontainers", "testing", "kafka", "docker", "redpanda"]

[dependencies]
log = "0.4"
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Testcontainer(-rs) for Redpanda

Unofficial testcontainer for [Redpanda](https://redpanda.com).

```rust
use testcontainers::clients;
use testcontainers_redpanda_rs::*;
Expand Down

0 comments on commit 0d0f6e4

Please sign in to comment.