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

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

[profile.dev]
panic = "abort"

[profile.release]
panic = "abort"