diff options
author | Andy Wortman <ixineeringeverywhere@gmail.com> | 2017-12-02 22:50:46 -0800 |
---|---|---|
committer | Andy Wortman <ixineeringeverywhere@gmail.com> | 2017-12-03 01:27:58 -0800 |
commit | eb81ec6d98ae0f3e64ce86efc4ac7071358c8a8e (patch) | |
tree | 3306415350ea120f179286a3124bafefdeb21a7c /Cargo.toml | |
parent | 8751083a2c25d4ae374916727f96346754cee131 (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.toml | 12 |
1 files changed, 5 insertions, 7 deletions
@@ -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" |