twixter

A twtxt command line client in Rust

git clone git://git.shimmy1996.com/twixter.git
commit bbfe27cf43005bf45d8219bb0b18e6087543f5e9
parent df562c64d4469a4f2cfd0dcc05859303f176625d
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Tue, 17 Sep 2019 10:06:48 -0400

Update package meta

Diffstat:
MCargo.toml | 7+++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/Cargo.toml b/Cargo.toml
@@ -4,12 +4,11 @@ version = "0.1.0"
 authors = ["Shimmy Xu <shimmy.xu@shimmy1996.com>"]
 edition = "2018"
 description = "A twtxt command line client written in Rust."
-homepage = "https://github.com/shimmy1996/twixter"
-documentation = "https://docs.rs/twixter"
-readme = "./README.org"
-license = "MIT OR Apache-2.0"
+repository = "https://github.com/shimmy1996/twixter"
+readme = "./README.md"
 keywords = ["twtxt"]
 categories = ["command-line-utilities"]
+license = "MIT OR Apache-2.0"
 
 [dependencies]
 chrono = "~0.4.8"