Skip to content

Commit 7126098

Browse files
committed
adds some metadata before publishing to creates.io
1 parent 4b1e811 commit 7126098

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Cargo.toml

+7-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@
22
name = "billable"
33
version = "0.1.0"
44
edition = "2021"
5-
6-
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
5+
authors = ["Robert Wijas"]
6+
description = "Displays monthly reports for billable hours. Supports Toggl and Harvest."
7+
homepage = "http://github.com/robertwijas/billable-rust"
8+
repository = "http://github.com/robertwijas/billable-rust"
9+
readme = "README.md"
10+
keywoards = ["cli", "toggl", "harvest"]
11+
cateogies = ["command-line-utilities"]
712

813
[dependencies]
914
config = "0.13"

0 commit comments

Comments
 (0)