roc/test_utils/Cargo.toml
2022-04-20 22:02:13 -07:00

14 lines
276 B
TOML

[package]
name = "roc_test_utils"
version = "0.1.0"
authors = ["The Roc Contributors"]
license = "UPL-1.0"
edition = "2018"
description = "Utility functions used all over the code base."
[dependencies]
pretty_assertions = "1.0.0"
remove_dir_all = "0.7.0"
[dev-dependencies]