AUR_Helper_Rust/Cargo.toml

12 lines
284 B
TOML

[package]
name = "aur-helper"
version = "0.1.0"
authors = ["Daniel-I-Am <djdecloet@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
toml = "0.5.8"
serde = "1.0.123"
serde_derive = "1.0.123"