open_cmd 0.1.1

Generate commands for opening paths and URIs with the system handler
Documentation
[dependencies.path-clean]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tracing]
optional = true
version = "0.1"

[dependencies.url]
version = "2.2"

[dependencies.which]
version = "8.0"

[lib]
name = "open_cmd"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Generate commands for opening paths and URIs with the system handler"
documentation = "https://docs.rs/open_cmd"
edition = "2021"
license = "MIT"
name = "open_cmd"
readme = false
repository = "https://github.com/Shadow53/open_cmd"
version = "0.1.1"