diff options
author | Vincent Ambo <tazjin@gmail.com> | 2018-04-14T20·05+0200 |
---|---|---|
committer | Vincent Ambo <github@tazj.in> | 2018-04-14T20·21+0200 |
commit | 39d1cd64bc5ffe250dc2a30d05d0b6312e7abbc1 (patch) | |
tree | 8b364010a51f01e1df06908f403162b5ffceddbf /Cargo.toml | |
parent | 3e5b1098c6ae2852ea2df37b7c292cb37d5b1e84 (diff) |
feat(main/db): Schedule regular search view refresh
Schedules refreshes of the database view used for search at one-minute intervals.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index e274ee5f5f18..735e65502801 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,3 +24,5 @@ hyper = "0.11" rand = "0.4" comrak = "0.2" md5 = "0.3.7" +tokio = "0.1" +tokio-timer = "0.2" |