Skip to content

Commit

Permalink
Add meta data to Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
tekjar committed Dec 10, 2019
1 parent 9b34405 commit 8591cb2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion rumq-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
[package]
name = "rumq-cli"
version = "0.1.0-alpha.1"
authors = ["tekjar <[email protected]>"]
description = "Commandline mqtt utilities to replace mosquitto_sub and mosquitto_pub"
license = "MIT"
repository = "https://github.com/tekjar/rumq"
authors = ["tekjar"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
3 changes: 3 additions & 0 deletions rumq-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
[package]
name = "rumq-core"
version = "0.1.0-alpha.1"
description = "Serializes and deserializes mqtt byte stream"
license = "MIT"
repository = "https://github.com/tekjar/rumq"
authors = ["tekjar"]
edition = "2018"

Expand Down

0 comments on commit 8591cb2

Please sign in to comment.