roc/crates/compiler/serialize/Cargo.toml
2022-11-03 20:00:06 +11:00

11 lines
267 B
TOML

[package]
name = "roc_serialize"
version = "0.0.1"
authors = ["The Roc Contributors"]
license = "UPL-1.0"
edition = "2021"
description = "Provides helpers for serializing and deserializing to/from bytes."
[dependencies]
roc_collections = { path = "../collections" }