try-continue/Cargo.toml

15 lines
395 B
TOML

[package]
name = "try-continue"
description = "Allows processing of iterators of Result types"
version = "0.1.0"
edition = "2021"
license = "Apache-2.0"
readme = "README.md"
repository = "https://github.com/ollien/try-continue"
homepage = "https://github.com/ollien/try-continue"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]