feat(main): Add barebares thread listing
This ties together the first components here (actix, diesel etc.) to provide a _very_ simple thread overview.
This commit is contained in:
parent
36e520a2b2
commit
1402cfd948
3 changed files with 68 additions and 16 deletions
|
|
@ -11,3 +11,4 @@ diesel = { version = "1.2", features = ["postgres", "chrono", "r2d2"]}
|
|||
chrono = "0.4"
|
||||
log = "0.4"
|
||||
r2d2 = "*"
|
||||
futures = "*"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue