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.
15 lines
304 B
TOML
15 lines
304 B
TOML
3 years ago
|
[package]
|
||
|
name = "Malachite"
|
||
|
version = "0.1.0"
|
||
|
authors = [ "michal <michal@tar.black>" ]
|
||
|
edition = "2021"
|
||
|
description = "Packaging tool for pacman repositories"
|
||
|
license-file = "LICENSE.md"
|
||
|
|
||
|
[[bin]]
|
||
|
name = "mlc"
|
||
|
path = "src/main.rs"
|
||
|
|
||
|
[dependencies]
|
||
|
clap = { version = "2.34.0", default-features = false }
|