try-continue/Cargo.toml

15 lines
395 B
TOML
Raw Normal View History

2021-11-27 22:03:41 +00:00
[package]
2021-11-28 00:55:03 +00:00
name = "try-continue"
2021-11-28 02:05:14 +00:00
description = "Allows processing of iterators of Result types"
2021-11-27 22:03:41 +00:00
version = "0.1.0"
edition = "2021"
2021-11-28 01:43:35 +00:00
license = "Apache-2.0"
2021-11-28 01:47:23 +00:00
readme = "README.md"
repository = "https://github.com/ollien/try-continue"
homepage = "https://github.com/ollien/try-continue"
2021-11-27 22:03:41 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]