Skip to content

Commit

Permalink
Add required fields for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
klaatu01 committed Mar 14, 2024
1 parent dae9fd9 commit 80a11a3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@
name = "neutron"
version = "0.0.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
license = "MIT"
description = "A Rust client library for Pulsar"
repository = "https://github.com/klaatu01/neutron"
readme = "README.md"
keywords = ["pulsar", "client", "neutron" ]

[dependencies]
async-channel = "2.1.1"
Expand Down

0 comments on commit 80a11a3

Please sign in to comment.