[package] name = "panorama-proto-common" description = "Common code between protocol implementations" version = "0.0.1" edition = "2018" authors = ["Michael Zhang "] 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"