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