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
1
Cargo.lock
generated
1
Cargo.lock
generated
|
|
@ -250,6 +250,7 @@ dependencies = [
|
|||
"chrono 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"diesel 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"env_logger 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"r2d2 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue