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

12 lines
233 B
TOML
Raw Permalink 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]
hex = "0.4.0"
2020-02-15 15:54:28 +01:00
reqwest = "0.10"
sha2 = "0.8.1"
2020-01-25 18:04:45 +01:00
tokio = { version = "0.2", features = ["full"] }