roc/utils/Cargo.toml
2022-05-16 17:04:17 +02:00

13 lines
276 B
TOML

[package]
name = "roc_utils"
version = "0.1.0"
authors = ["The Roc Contributors"]
license = "UPL-1.0"
edition = "2021"
description = "Utility functions used all over the code base."
[dependencies]
snafu = { version = "0.6.10", features = ["backtraces"] }
[dev-dependencies]