aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
AgeCommit message (Collapse)Author
2017-10-02move everything to src/Andy Wortman
2017-09-10support only serializing non-None fields (i hope)Andy Wortman
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 blobsAndy Wortman
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