-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
36 lines (29 loc) · 875 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[package]
name = "dagpi"
version = "0.4.2"
description="A cli for https://dagpi.xyz"
authors = ["Daggy1234 <arnav.jindal7@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
structopt = "0.3.13"
clap="2.33.3"
dirs="3.0.2"
console="0.14.1"
anyhow="1.0.40"
hyper = { version = "0.14", features=["full"] }
pretty_env_logger = "0.4.0"
serde = {version="1.0.126", features=["derive"]}
serde_json = "1.0.64"
toml = "0.5.8"
tokio = { version = "1" }
self_update = { version = "0.27.0", features=["rustls", "archive-zip", "archive-tar", "compression-flate2" ,"compression-zip-deflate"], default-features=false }
indicatif = "0.16.2"
ureq = {version="2.1.1", features=["json"] }
comfy-table = "2.1.0"
[features]
auto_updates = []
[profile.release]
panic = "abort"
[[bin]]
name = "dagpi"