mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
13 lines
269 B
TOML
13 lines
269 B
TOML
[package]
|
|
name = "roc_test_utils"
|
|
description = "Utility functions used all over the code base."
|
|
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
version.workspace = true
|
|
|
|
[dependencies]
|
|
pretty_assertions.workspace = true
|
|
|
|
[dev-dependencies]
|