2023-10-31 01:07:23 +00:00
|
|
|
[package]
|
|
|
|
name = "aur_builder"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
teloxide = { version = "0.12.2", features = ["macros"] }
|
|
|
|
tokio = { version = "1", features = ["full"] }
|
2023-11-02 02:37:45 +00:00
|
|
|
aur-rpc = "0.2.2"
|
2023-11-02 08:07:37 +00:00
|
|
|
git2 = "0.18.1"
|
|
|
|
glob = "0.3.1"
|