summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorrabite <rabite@posteo.de>2019-05-11 13:29:00 +0200
committerrabite <rabite@posteo.de>2019-05-11 13:32:22 +0200
commit99980ace6c0935d2ebf4ddda21499702dfacde76 (patch)
tree6ac8af07e60628199a8d19c897f13caaf1662669 /Cargo.toml
parent01d0c1d3381a165708f3c193332e927a66fd8d80 (diff)
use async_value library
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ba3a4ae..4866532 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -31,6 +31,7 @@ signal-notify = "0.1.3"
systemstat = "0.1.4"
osstrtools = "0.1"
pathbuftools = "0.1"
+async_value = "0.2.2"
[patch.crates-io]
systemstat = { git = 'https://github.com/myfreeweb/systemstat' }