mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 15:04:36 +03:00
14 lines
217 B
TOML
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"
|