[package]
edition = "2021"
name = "runmat-async"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared async runtime error types and host I/O interaction primitives for RunMat"
homepage = "https://runmat.com"
readme = false
license = "MIT"
repository = "https://github.com/runmat-org/runmat"
[lib]
name = "runmat_async"
path = "src/lib.rs"
[dependencies.miette]
version = "7"
[dependencies.thiserror]
version = "1"