random-stuff/binary-html/Cargo.toml

10 lines
175 B
TOML

[package]
name = "binary-html"
version = "0.1.0"
authors = ["osmarks <osmarks@protonmail.com>"]
edition = "2018"
[dependencies]
num_enum = "0.5"
rmp = "0.8"
thiserror = "1.0"