panorama/proto-common/Cargo.toml

16 lines
369 B
TOML
Raw Normal View History

2021-08-09 22:06:49 +00:00
[package]
name = "panorama-proto-common"
description = "Common code between protocol implementations"
version = "0.0.1"
edition = "2018"
authors = ["Michael Zhang <mail@mzhang.io>"]
license = "GPL-3.0-or-later"
repository = "https://git.mzhang.io/michael/panorama"
workspace = ".."
[dependencies]
anyhow = "1.0.42"
bytes = "1.0.1"
format-bytes = "0.2.2"
nom = "6.2.1"