summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJeff Zhao <jeff.no.zhao@gmail.com>2022-01-13 21:20:52 -0500
committerJeff Zhao <jeff.no.zhao@gmail.com>2022-01-13 21:20:52 -0500
commit1a50f8279b5bd5b0a0266d6435fbdc4f2934c6ee (patch)
treec7bc2f23177b7eb12129839e2552bf0e962ef205 /Cargo.toml
parentc6e477cae753fe2ec3453a59e12fc2c5c95462a6 (diff)
add forking capabilities via xdg_open
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5a1c1b3..f17354d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,7 +16,7 @@ filetime = "^0"
globset = "^0"
lazy_static = "^1"
libc = "^0"
-open = "^1"
+open = "^2"
rand = "^0"
rustyline = "^4"
serde = "^1"