[package]
name = "arora-module"
version = "2.0.0"
edition = "2021"
description = "Write an Arora module in Rust: the declaration macros and the traits they implement."
license = "MIT"
repository = "https://github.com/semio-ai/arora-sdk"
readme = "readme.md"
[dependencies]
arora-module-macros = { path = "../arora-module-macros", version = "2" }
arora-types = { path = "../arora-types", version = "3" }
arora-buffers = { path = "../arora-buffers", version = "3" }
[dev-dependencies]
serde_yaml = "0.9"
arora-behavior = { path = "../arora-behavior", version = "9" }
arora-engine = { path = "../arora-engine", version = "5" }