mirror of
https://github.com/osmarks/random-stuff
synced 2024-11-08 05:29:54 +00:00
10 lines
175 B
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" |