roc/crates/error_macros/Cargo.toml
2022-11-03 20:00:06 +11:00

10 lines
229 B
TOML

[package]
name = "roc_error_macros"
version = "0.0.1"
authors = ["The Roc Contributors"]
license = "UPL-1.0"
edition = "2021"
description = "Provides macros for consistent reporting of errors in Roc's rust code."
[dependencies]