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.
16 lines
565 B
TOML
16 lines
565 B
TOML
[package]
|
|
name = "ame"
|
|
version = "3.0.0"
|
|
authors = [ "jnats <michal@tar.black>", "axtlos <axtlos@tar.black>" ]
|
|
edition = "2021"
|
|
description = "A fast and efficient aur helper."
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
clap = "2.34.0"
|
|
regex = "1.5.4"
|
|
runas = "0.2.1"
|
|
rusqlite = "0.26.3"
|
|
reqwest = { version = "0.11.7", default-features = false, features = [ "blocking", "json", "default-tls" ] }
|
|
serde = { version = "1.0.90", default-features = false, features = [ "derive", "serde_derive" ] } |