Skip to content

Commit

Permalink
Update category
Browse files Browse the repository at this point in the history
  • Loading branch information
tyt2y3 committed Mar 2, 2023
1 parent 103e828 commit 7502fe6
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ description = "🌊 The stream processing toolkit for Rust"
license = "MIT OR Apache-2.0"
documentation = "https://docs.rs/sea-streamer"
repository = "https://github.com/SeaQL/sea-streamer"
categories = ["database"]
categories = ["concurrency"]
keywords = ["async", "stream", "kafka", "stream-processing"]
rust-version = "1.60"

Expand Down
2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "🌊 The stream processing toolkit for Rust"
license = "MIT OR Apache-2.0"
documentation = "https://docs.rs/sea-streamer"
repository = "https://github.com/SeaQL/sea-streamer"
categories = ["database"]
categories = ["concurrency"]
rust-version = "1.60"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion sea-streamer-kafka/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "🌊 SeaStreamer Kafka / Redpanda Backend"
license = "MIT OR Apache-2.0"
documentation = "https://docs.rs/sea-streamer"
repository = "https://github.com/SeaQL/sea-streamer"
categories = ["database"]
categories = ["concurrency"]
# keywords = []
rust-version = "1.60"

Expand Down
2 changes: 1 addition & 1 deletion sea-streamer-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "🌊 SeaStreamer async runtime abstraction"
license = "MIT OR Apache-2.0"
documentation = "https://docs.rs/sea-streamer"
repository = "https://github.com/SeaQL/sea-streamer"
categories = ["database"]
categories = ["concurrency"]
# keywords = []
rust-version = "1.60"

Expand Down
2 changes: 1 addition & 1 deletion sea-streamer-socket/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "🌊 SeaStreamer backend-agnostic Socket API"
license = "MIT OR Apache-2.0"
documentation = "https://docs.rs/sea-streamer"
repository = "https://github.com/SeaQL/sea-streamer"
categories = ["database"]
categories = ["concurrency"]
# keywords = []
rust-version = "1.60"

Expand Down
2 changes: 1 addition & 1 deletion sea-streamer-stdio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "🌊 SeaStreamer Standard I/O Backend"
license = "MIT OR Apache-2.0"
documentation = "https://docs.rs/sea-streamer"
repository = "https://github.com/SeaQL/sea-streamer"
categories = ["database"]
categories = ["concurrency"]
# keywords = []
rust-version = "1.60"

Expand Down
2 changes: 1 addition & 1 deletion sea-streamer-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "🌊 SeaStreamer Traits & Types"
license = "MIT OR Apache-2.0"
documentation = "https://docs.rs/sea-streamer"
repository = "https://github.com/SeaQL/sea-streamer"
categories = ["database"]
categories = ["concurrency"]
# keywords = []
rust-version = "1.60"

Expand Down

0 comments on commit 7502fe6

Please sign in to comment.