mirror of
https://github.com/danog/ytop.git
synced 2024-11-26 20:15:03 +01:00
13 lines
263 B
TOML
13 lines
263 B
TOML
|
[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"] }
|