summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 40943815a2f845ae54bdeb377c5322c322f94338 (plain) (blame)
1
2
3
4
5
6
7
8
9
[package]
name = "open-link"
version = "0.1.0"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"

[dependencies]
linkify = "0.3"
open = "1.2"