summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 18fc17e60af017d84a3994e28b50cb1737f03cac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name     = "result-inspect"
version  = "0.2.0"
authors  = ["Matthias Beyer <mail@beyermatthias.de>"]
edition  = "2018"

readme   = "README.md"
license  = "MPL-2.0"

keywords    = ["result", "util"]
description = "Adds the missing Result::inspect() function"

documentation = "https://docs.rs/result-inspect"
repository    = "https://github.com/matthiasbeyer/result-inspect"

[dependencies]