gt/Cargo.toml
Wyatt J. Miller 808c6a526c
Some checks failed
Rust / build (push) Failing after 8m11s
added base64 encoding option to basic auth
2024-08-26 19:45:26 -04:00

23 lines
615 B
TOML

[package]
name = "gt"
version = "0.3.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]
base64 = "0.22.1"
clap = "2.33.1"
colored = "2.0.0"
config = "0.11.0"
git2 = "0.13.25"
serde = { version = "1.0.111", features = ["derive"] }
serde_derive = "1.0.111"
serde_json = "1.0.53"
reqwest = { version = "0.11.7", features = ["blocking", "json"] }