feat(main): Add minimal thread listing example
This commit is contained in:
parent
f3f509d463
commit
5604d933e8
3 changed files with 11 additions and 3 deletions
|
|
@ -7,5 +7,5 @@ authors = ["Vincent Ambo <mail@tazj.in>"]
|
|||
actix = "0.5"
|
||||
actix-web = { git="https://github.com/actix/actix-web.git" }
|
||||
env_logger = "0.5"
|
||||
diesel = { version = "1.0", features = ["postgres", "chrono"]}
|
||||
diesel = { version = "1.2", features = ["postgres", "chrono"]}
|
||||
chrono = "0.4"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue