mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 20:28:02 +00:00
13 lines
270 B
TOML
13 lines
270 B
TOML
[package]
|
|
name = "roc_test_utils_dir"
|
|
description = "Utility functions used all over the code base."
|
|
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
version.workspace = true
|
|
|
|
[dependencies]
|
|
remove_dir_all.workspace = true
|
|
|
|
[dev-dependencies]
|