mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 11:52:19 +00:00
11 lines
265 B
TOML
11 lines
265 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.workspace = true
|