We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b1e811 commit 7126098Copy full SHA for 7126098
Cargo.toml
@@ -2,8 +2,13 @@
2
name = "billable"
3
version = "0.1.0"
4
edition = "2021"
5
-
6
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+authors = ["Robert Wijas"]
+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"]
12
13
[dependencies]
14
config = "0.13"
0 commit comments