# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "somehow" version = "0.1.5" description = "generic error handling" homepage = "https://github.com/btwiuse/somehow" documentation = "https://docs.rs/somehow" license = "MIT" repository = "https://github.com/btwiuse/somehow" resolver = "2" [lib] name = "somehow" path = "src/lib.rs" [[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"