mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 11:52:19 +00:00
7 lines
229 B
TOML
7 lines
229 B
TOML
[package]
|
|
name = "roc_ident"
|
|
version = "0.0.1"
|
|
authors = ["The Roc Contributors"]
|
|
license = "UPL-1.0"
|
|
edition = "2021"
|
|
description = "Implements data structures used for efficiently representing small strings, like identifiers."
|