Skip to content

Commit a067234

Browse files
committed
add more fields to Cargo.toml
This also adds a dev suffix to the version, in case anyone tracks with git.
1 parent 5d3a31d commit a067234

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22
name = "weechat-relay-rs"
33
description = "A library for interfacing with the WeeChat Relay protocol"
44
repository = "https://github.com/jtracey/weechat-relay-rs"
5-
version = "0.3.0"
5+
version = "0.3.1-alpha"
66
authors = ["Justin Tracey"]
77
license = "MIT OR Apache-2.0"
88
edition = "2021"
9+
documentation = "https://docs.rs/weechat-relay-rs/latest/weechat_relay_rs/"
10+
readme = "README.md"
11+
categories = ["api-bindings", "command-line-utilities", "network-programming", "parsing"]
912

1013
[dependencies]
1114
atty = { version = "0.2", optional = true }

0 commit comments

Comments
 (0)