blih_rs 0.1.2

Epitech blih interface in rust
Documentation
[package]
name = "blih_rs"
version = "0.1.2"
authors = ["Zacharie Corniere <cornierez@gmail.com>"]
description = "Epitech blih interface in rust"
repository = "https://github.com/zcorniere/blih-rs"
license = "GPL-2.0-only"
keywords = [ "blih", "Epitech" ]
edition = "2018"

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

[dependencies]
rpassword = "4.0"
json = "0.12"
rust-crypto = "0.2"
hex = "0.4.2"

[dependencies.reqwest]
version = "~0.10"
default-features = false
features = ["blocking", "native-tls"]