From 8c0eddee79183434320409039bf6921289fad1e6 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 4 Nov 2018 19:50:48 -0500 Subject: initial implementation --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..c661230 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "open-link" +version = "0.1.0" +authors = ["Jesse Luehrs "] + +[dependencies] +linkify = "0.3" +open = "1.2" -- cgit v1.2.3-54-g00ecf