summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 516b3fcc13d2ef520f2176b19e7d936192c3e6d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name     = "result-inspect"
version  = "0.3.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]