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

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

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

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

[dependencies]