[package]
name = "open"
version = "1.3.0"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
license = "MIT"
description = "Open a path or URL using the program configured on the system"
repository = "https://github.com/Byron/open-rs"
keywords = ["open", "xdg-open", "start", "launch"]
documentation = "http://byron.github.io/open-rs"
exclude = ["/etc/*", "/.clog.toml", "/.travis.yml"]
[[bin]]
test = false
doc = false
name = "open"
[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3", features = ["shellapi"] }