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.
22 lines
445 B
TOML
22 lines
445 B
TOML
[package]
|
|
name = "ame"
|
|
version = "0.0.0"
|
|
authors = [ "jnats <jnats@salyut.one>", "axtlos <axtlos@salyut.one>" ]
|
|
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]
|
|
raur = "3.0.1"
|
|
runas = "*"
|
|
ansi_term = "*"
|
|
uwuizer = "*"
|
|
moins = "*"
|
|
regex = "*"
|
|
toml_edit = "*"
|
|
toml = "*"
|
|
bytes = "*"
|
|
nix = "*"
|
|
clap = "*"
|
|
sqlite = "*" |