roc/crates/utils/Cargo.toml
2022-08-03 11:41:19 +02:00

13 lines
275 B
TOML

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