Archived
1
This repository has been archived on 2025-02-05. You can view files and clone it, but cannot push or open issues or pull requests.
tabset/Cargo.toml
2022-01-23 14:18:29 -05:00

18 lines
582 B
TOML

[package]
name = "tabset"
version = "0.1.0"
authors = ["Evan Pratten <ewpratten@gmail.com>"]
edition = "2018"
description = "A Linux drawing tablet configuration tool"
readme = "README.md"
homepage = "https://github.com/ewpratten/tabset"
repository = "https://github.com/ewpratten/tabset"
license = "GPL-3.0"
keywords = ["configuration", "tablet", "wacom", "x11"]
categories = []
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "2.33", features = ["color"] }
colored = "2.0.0"
directories = "4.0.1"