[package] name = "auto-error-into" version = "0.1.1" edition = "2021" authors = ["Aaron Robinson "] description = "Macro to automatically convert the Err variant of a Result to the Ok variant." repository = "https://github.com/Windows10CE/auto-error-into" license = "MIT" keywords = ["macros", "attribute", "result"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] auto-error-into-macro = { version = "0.1.1", path = "../auto-error-into-macro"}