open 1.7.1

Open a path or URL using the program configured on the system
Documentation
[[bin]]
doc = false
name = "open"
test = false

[package]
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
description = "Open a path or URL using the program configured on the system"
edition = "2018"
include = ["src/**/*", "LICENSE.md", "README.md", "changelog.md"]
keywords = ["open", "xdg-open", "start", "launch"]
license = "MIT"
name = "open"
readme = "README.md"
repository = "https://github.com/Byron/open-rs"
version = "1.7.1"
[target."cfg(all(unix, not(macos)))".dependencies.pathdiff]
version = "0.2.0"
[target."cfg(windows)".dependencies.winapi]
features = ["shellapi"]
version = "0.3"