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

16 lines
565 B
TOML

3 years ago
[package]
name = "ame"
version = "3.0.0"
2 years ago
authors = [ "jnats <michal@tar.black>", "axtlos <axtlos@tar.black>" ]
2 years ago
edition = "2021"
description = "A fast and efficient aur helper."
3 years ago
# 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"
2 years ago
runas = "0.2.1"
rusqlite = "0.26.3"
reqwest = { version = "0.11.7", default-features = false, features = [ "blocking", "json", "default-tls" ] }
2 years ago
serde = { version = "1.0.90", default-features = false, features = [ "derive", "serde_derive" ] }