You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
503 B
TOML
14 lines
503 B
TOML
[package]
|
|
name = "pkg-warner"
|
|
version = "0.1.2"
|
|
authors = ["Michal S. <michal[at]tar[dot]black>"]
|
|
edition = "2021"
|
|
description = "A simple, OS-agnostic package manager warner"
|
|
repository = "https://github.com/crystal-linux/pkg-warner"
|
|
license-file = "LICENSE"
|
|
keywords = ["package", "manager", "warner"]
|
|
categories = ["command-line-utilities"]
|
|
|
|
[dependencies]
|
|
clap = { version = "3.2.16", default-features = false, features = ["std", "derive"] }
|
|
colored = { version = "2.0.0", default-features = false } |