summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorClement Tsang <clementjhtsang@gmail.com>2019-09-25 01:30:50 -0400
committerClementTsang <clementjhtsang@gmail.com>2019-09-25 02:00:10 -0400
commit52c4234ed03f0205f41516536e1cebd8e6493eb5 (patch)
tree9a7228bebe618165ef49eb5c96970dc39b57bced /Cargo.toml
parenta24e5dbbcfcecd6514a768d1104f7be6c2829630 (diff)
Added dd for windows.
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 54b96f33..fb412211 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -27,6 +27,7 @@ log = "0.4"
rayon = "1.2"
sysinfo = "0.9.4"
tokio = "0.2.0-alpha.4"
+winapi = "0.3.8"
[dependencies.tui-temp-fork]
#git = "https://github.com/ClementTsang/tui-rs"