mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-11 05:34:11 +03:00
11 lines
267 B
TOML
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" }
|