[workspace] [package] name = "format-bytes" description = "A macro to format bytestrings" license-file = "LICENCE" readme = "README.md" version = "0.3.0" authors = ["Raphaël Gomès "] edition = "2018" repository = "https://foss.heptapod.net/octobus/rust/format-bytes/" [dependencies] format-bytes-macros = { path = "libs/format-bytes-macros", version = "0.4.0" } [dev-dependencies] trybuild = "1.0"