test-assets 0.1.0

Download test assets, managing them outside of git
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "test-assets"
version = "0.1.0"
license = "MIT/Apache-2.0"
description = "Download test assets, managing them outside of git"
documentation = "https://docs.rs/test-assets/0.1.0/"
readme = "README.md"
authors = ["est31 <MTest31@outlook.com>"]

[dependencies]
hyper = "0.9"
sha2 = "0.1"