[package] name = "futility" version = "0.1.1" edition = "2021" description = "Functional Utility types, macros, and functions for common tasks or needs in Rust" authors = ["Michael Gattozzi "] license = "GPL-3.0-or-later" documentation = "https://docs.rs/futility" homepage = "https://github.com/mgattozzi/futility" repository = "https://github.com/mgattozzi/futility" [dependencies] thiserror = "1.0" futility-try-catch = { path = "futility-try-catch", version = "0.1.1" } [workspace] members = [ "futility-try-catch" ] [dev-dependencies] color-eyre = "0.6"