roc/crates/compiler/serialize/Cargo.toml

11 lines
265 B
TOML

[package]
name = "roc_serialize"
description = "Provides helpers for serializing and deserializing to/from bytes."
authors.workspace = true
edition.workspace = true
license.workspace = true
version.workspace = true
[dependencies]
roc_collections.workspace = true