stdm/Cargo.toml

12 lines
254 B
TOML
Raw Permalink Normal View History

2020-05-13 02:04:41 +00:00
[package]
name = "stdm"
2020-05-29 15:49:28 +00:00
version = "0.1.1"
2020-05-13 02:04:41 +00:00
authors = ["Jan Christian Grünhage <jan.christian@gruenhage.xyz>"]
edition = "2018"
description = "A simple terminal display manager"
license = "AGPL-3.0-only"
[dependencies]
dialoguer = "0.6.2"
glob = "0.3.0"