added and modifed dependencies
This commit is contained in:
parent
a1c94faf50
commit
f096e4333b
1604
Cargo.lock
generated
1604
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
10
Cargo.toml
10
Cargo.toml
@ -3,8 +3,18 @@ name = "gt"
|
||||
version = "0.1.0"
|
||||
authors = ["Wyatt J. Miller <wjmiller2016@gmail.com>"]
|
||||
edition = "2018"
|
||||
description = "A Gitea CLI client"
|
||||
repository = "https://scm.wyattjmiller.com/wyatt/gt"
|
||||
readme = "README.md"
|
||||
license-file = "LICENSE"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
clap = "2.33.1"
|
||||
reqwest = "0.9.24"
|
||||
colored = "1.9.3"
|
||||
config = "0.10.1"
|
||||
serde = { version = "1.0.111", features = ["derive"] }
|
||||
serde_derive = "1.0.111"
|
||||
serde_json = "1.0.53"
|
Loading…
Reference in New Issue
Block a user