[package]
name = "pshell"
version = "1.0.15"
edition = "2021"
authors = ["Alec Brown <alec@noser.net>"]
description = "Works out if this is running from inside a shell, and if so, which one."
rust-version = "1.74"
license = "Apache-2.0"
repository = "https://github.com/a1ecbr0wn/pshell"
homepage = "https://github.com/a1ecbr0wn/pshell"
documentation = "https://docs.rs/pshell"
readme = "README.md"
keywords = ["shell", "filesystem", "utility"]
categories = ["filesystem", "os", "api-bindings"]
[dependencies]
sysinfo = "0.37.0"