1
0
mirror of https://github.com/osmarks/random-stuff synced 2024-06-16 17:19:54 +00:00
random-stuff/binary-html/Cargo.toml

10 lines
175 B
TOML
Raw Normal View History

2020-08-31 20:36:44 +00:00
[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"