summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-11-04 19:50:48 -0500
committerJesse Luehrs <doy@tozt.net>2018-11-04 19:50:48 -0500
commit8c0eddee79183434320409039bf6921289fad1e6 (patch)
tree27de4891b6775c36dc3ea43fe6a705d23a6ebfb8 /Cargo.toml
parent85053502b15b6587f956c81d416afd2fa38bfeab (diff)
downloadopen-link-8c0eddee79183434320409039bf6921289fad1e6.tar.gz
open-link-8c0eddee79183434320409039bf6921289fad1e6.zip
initial implementation
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 8 insertions, 0 deletions
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 <doy@tozt.net>"]
+
+[dependencies]
+linkify = "0.3"
+open = "1.2"