aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
AgeCommit message (Collapse)Author
2017-10-24add displayiximeow
2017-10-21begin conversion to typed TwitterIDiximeow
2017-10-02move everything to src/iximeow
2017-09-10support only serializing non-None fields (i hope)iximeow
also move application to main thread, twitter connection to.. not main thread. now when twitter fails to connect or the connection drops, the application continues ticking along.
2017-09-10rewrite to have actual structs for data, not awful json blobsiximeow
it might even grow to multiple files one day
2017-07-17gettin better - thread for stream, thread for renderAndy Wortman
render slightly intelligently, too
2017-07-15initialAndy Wortman