1
0
mirror of https://github.com/danog/ytop.git synced 2024-11-26 20:15:03 +01:00
ytop/package-publisher/Cargo.toml

13 lines
263 B
TOML
Raw Normal View History

2020-01-25 18:04:45 +01:00
[package]
name = "package-publisher"
version = "0.1.0"
authors = ["Caleb Bassi <calebjbassi@gmail.com>"]
edition = "2018"
[dependencies]
git2 = "0.11.0"
reqwest = { version = "0.10" }
sha2 = "0.8.1"
hex = "0.4.0"
tokio = { version = "0.2", features = ["full"] }