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.
malachite/Cargo.toml

17 lines
361 B
TOML

[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 }
toml = "0.5.8"
serde = "1.0.134"
serde_derive = "1.0.134"