summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCaleb Bassi <calebjbassi@gmail.com>2019-01-20 03:59:27 -0800
committerCaleb Bassi <calebjbassi@gmail.com>2019-01-20 03:59:45 -0800
commitcb5fa9d117a430c61b6ee04d60d9c6e7ed880d01 (patch)
tree49b431e753f2a47700d0f4d37a10f7424a2b1ef9 /Cargo.toml
parent422ed06c0950f7a71d5b6636471cfc736667e396 (diff)
Open files with default system application by default
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 3cc65f1..18dcc58 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,6 +14,7 @@ lazy_static = "1.2.0"
libc = "0.2.46"
mime = "0.3.13"
mime-detective = "0.2.1"
+open = "1.2.2"
serde = "1.0.84"
serde_derive = "1.0.84"
toml = "0.4.10"