Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.reqwest]
default-features = false
features = ["blocking"]
version = "0.11"

[dependencies.thiserror]
version = "1.0"

[package]
categories = ["development-tools"]
description = "Whatever"
edition = "2021"
keywords = ["whatever"]
license = "Apache-2.0/MIT"
name = "binfire-lib"
readme = "README.md"
repository = "https://github.com/rinse-repeat/binfire"
version = "0.0.0"