downify 0.1.0

Downify is a small Rust library for downloading, signing, and verifying files.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]

name = "downify"

version = "0.1.0"

authors = ["TimTom <timtom.business@gmail.com>"]

edition = "2018"

description = "Downify is a small Rust library for downloading, signing, and verifying files."

documentation = "https://github.com/timtom-dev/downify"

homepage = "https://github.com/timtom-dev/downify"

repository = "https://github.com/timtom-dev/downify"

readme = "README.md"

keywords = ["cryptography"]

categories = ["cryptography"]

license = "MIT"



[dependencies]