aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: fa4482606a4444e82483836d5c765ca8a87b11eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "dialog"
version = "0.2.0"
authors = ["Robin Krahl <robin.krahl@ireas.org>"]
edition = "2018"
repository = "https://git.ireas.org/dialog-rs/"
documentation = "https://docs.rs/dialog"
description = "Display dialog boxes using various backends"
keywords = ["ui", "dialog"]
categories = ["command-line-interface", "gui"]
readme = "README.md"
license = "MIT"

[dependencies]
rpassword = "2"