roc/crates/compiler/serialize/Cargo.toml
2023-03-06 19:47:57 -08:00

11 lines
278 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 = { path = "../collections" }