open 4.0.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"
rust-version = "1.62"
version = "4.0.1"
[target."cfg(all(unix, not(macos)))".dependencies.pathdiff]
version = "0.2.0"