open 4.0.1

Open a path or URL using the program configured on the system
Documentation
[package]

name = "open"
version = "4.0.1"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
license = "MIT"
edition = "2018"
readme = "README.md"
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"]
include = ["src/**/*", "LICENSE.md", "README.md", "changelog.md"]
rust-version = "1.62"

[[bin]]
test = false
doc = false
name = "open"

[target.'cfg(all(unix, not(macos)))'.dependencies]
pathdiff = "0.2.0"