[package] name = "bruh_moment" version = "0.1.1" edition = "2021" authors = ["Brandon PiƱa"] description = "Re-export of the anyhow crate, but with Bruh as the error type" readme = "README.md" license = "MIT" repository = "https://github.com/ThatNerdUKnow/bruh" keywords = ["error","error-handling"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.65"