Documentation
[package]
name = "sharing"
version = "0.1.1"
edition = "2018"
authors = ["Liam Perlaki <lperlaki@icloud.com>"]
repository = "https://github.com/lperlaki/sharing-rs"
description = "Sharing"
license = "MIT"
readme = "./README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rand="0.7.0"
gf = "0.3.1"
stream-cipher = "0.3.2"

[dev-dependencies]
chacha20 ="0.2.1"