[[bin]]
name = "a"
path = "examples/a.rs"
[[bin]]
name = "b"
path = "examples/b.rs"
[[bin]]
name = "c"
path = "examples/c.rs"
[[bin]]
name = "d"
path = "examples/d.rs"
[[bin]]
name = "e"
path = "examples/e.rs"
[[bin]]
name = "f"
path = "examples/f.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.sudo]
version = "0.6"
[lib]
name = "somehow"
path = "src/lib.rs"
[package]
description = "generic error handling"
documentation = "https://docs.rs/somehow"
edition = "2021"
homepage = "https://github.com/btwiuse/somehow"
license = "MIT"
name = "somehow"
repository = "https://github.com/btwiuse/somehow"
resolver = "2"
version = "0.1.5"