1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 23:21:08 +03:00
wezterm/varbincode/Cargo.toml
2019-03-22 20:41:50 -07:00

14 lines
217 B
TOML

[package]
authors = ["Wez Furlong <wez@wezfurlong.org>"]
name = "varbincode"
version = "0.1.0"
edition = "2018"
[dependencies]
byteorder = "1.3"
leb128 = "0.2"
serde = "1.0"
[dev-dependencies]
serde_derive = "~1.0"