[package] name = "somehow" version = "0.1.5" edition = "2021" license = "MIT" description = "generic error handling" documentation = "https://docs.rs/somehow" repository = "https://github.com/btwiuse/somehow" homepage = "https://github.com/btwiuse/somehow" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [[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" [lib] path = "src/lib.rs" name = "somehow" [dependencies] anyhow = "1.0" sudo = "0.6"