Skip to content

Commit

Permalink
Add more details to Cargo.toml
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Pietrek <tomasz@nats.io>
  • Loading branch information
Jarema committed Nov 19, 2024
1 parent 461bf43 commit b6a0cc3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions nats-extra/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
[package]
name = "nats-extra"
authors = ["Tomasz Pietrek <tomasz@nats.io>"]
version = "0.1.0"
edition = "2021"
description = "Set of utilities and extensions for the Core NATS of the async-nats crate"
license = "Apache-2.0"
documentation = "https://docs.rs/nats-extra"
homepage = "https://github.com/synadia-io/orbit.rs"
repository = "https://github.com/synadia-io/orbit.rs"
keywords = ["nats", "extra", "extensions", "messaging", "api"]
categories = ["network-programming", "api-bindings"]

[dependencies]
async-nats = { git = "https://github.com/nats-io/nats.rs", package = "async-nats", branch = "main" }
Expand Down

0 comments on commit b6a0cc3

Please sign in to comment.