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

15 lines
343 B
TOML

[package]
name = "ame"
version = "2.0.0"
authors = [ "jnats <jnats@salyut.one>", "axtlos <axt@lo.s>" ]
edition = "2018"
description = "a fast and efficient aur helper."
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
git2 = "*"
raur = "2.0.2"
runas = "*"
toml = "*"
serde = "*"