mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-10 18:08:55 +03:00
13 lines
276 B
TOML
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]
|