mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 06:55:15 +00:00
11 lines
278 B
TOML
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" }
|