mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 20:28:02 +00:00
13 lines
271 B
TOML
13 lines
271 B
TOML
[package]
|
|
name = "limits"
|
|
description = "Things like maximum number of arguments supported per function, etc."
|
|
path = "src/limits.rs"
|
|
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
version.workspace = true
|
|
|
|
[dependencies]
|
|
|
|
[dev-dependencies]
|