summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSam Tay <sam.chong.tay@gmail.com>2020-06-24 15:13:56 -0700
committerSam Tay <sam.chong.tay@gmail.com>2020-06-24 15:14:25 -0700
commit1a18145d77b1605dab2d1b1cd18a8cf940ea489c (patch)
tree8c7cda9d270d1db83f4c8f75ebfe46c4fc900f12 /Cargo.toml
parent8395006cb0fa8852f21b9d423cd85b5b562bad8d (diff)
Update cargo metadata
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml9
1 files changed, 8 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6443c85..24c1ebb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,13 @@
[package]
name = "so"
-version = "0.1.0"
+version = "0.3.1"
+license = "MIT"
+description = "A terminal interface for StackOverflow"
+readme = "README.md"
+homepage = "https://github.com/samtay/so"
+repository = "https://github.com/samtay/so"
+keywords = ["cli", "tui", "stackoverflow", "stackexchange"]
+categories = ["command-line-utilities"]
authors = ["Sam Tay <sam.chong.tay@gmail.com>"]
edition = "2018"