From eb81ec6d98ae0f3e64ce86efc4ac7071358c8a8e Mon Sep 17 00:00:00 2001 From: Andy Wortman Date: Sat, 2 Dec 2017 22:50:46 -0800 Subject: rebrand + fix cache/profile json also set current profile to first auth'd account, when starting from a blank slate. silence follower changes because it's not sanely displayed yet (and may never be) --- Cargo.toml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index b1f3677..c997589 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,19 +1,17 @@ [package] -name = "twidder" +name = "reifenfeuerd" version = "0.0.1" authors = [ "iximeow " ] license = "MIT" -repository = "lol" +repository = "https://github.com/iximeow/reifenfeuerd" description = """ -a nice twitter +a nice twitter client """ [[bin]] -name = "twidder" -# path = "main.rs" -#test = false -#bench = false +name = "reifenfeuerd" +path = "src/main.rs" [dependencies] "termios" = "0.2.2" -- cgit v1.1