about summary refs log tree commit diff
path: root/Cargo.toml
AgeCommit message (Collapse)AuthorFilesLines
2018-04-08 feat(main): Add barebares thread listingVincent Ambo1-0/+1
This ties together the first components here (actix, diesel etc.) to provide a _very_ simple thread overview.
2018-04-08 feat(db): Bootstrap DbExecutor actorVincent Ambo1-1/+3
Bootstraps an Actix actor carrying DB connections. This actor will be used to interact with converse's database.
2018-04-08 feat(main): Add minimal thread listing exampleVincent Ambo1-1/+1
2018-04-08 chore: Add bootstrapped Cargo projectVincent Ambo1-0/+11