aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2017-12-02 22:50:46 -0800
committeriximeow <me@iximeow.net>2017-12-03 01:27:58 -0800
commit911b121e46661abd40f5710466031e3db55f075c (patch)
tree3306415350ea120f179286a3124bafefdeb21a7c /Cargo.toml
parent5c443f156ade38810eeaa7e63378714ba4607c51 (diff)
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)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml12
1 files changed, 5 insertions, 7 deletions
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 <me@iximeow.net>" ]
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"