[package]
edition = "2024"
rust-version = "1.89"
name = "powerpack-env"
version = "0.8.0"
authors = ["Ross MacArthur <ross@macarthur.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "⚡ Useful environment variables in Alfred workflows"
readme = "README.md"
keywords = [
"alfred",
"workflow",
]
categories = ["command-line-utilities"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rossmacarthur/powerpack"
[lib]
name = "powerpack_env"
path = "src/lib.rs"
[dependencies.home]
version = "0.5.3"