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