[package] name = "barley-interface" description = "A runtime interface for Barley" license = "MIT OR Apache-2.0" repository = "https://github.com/panthios/barley" homepage = "https://github.com/panthios/barley" documentation = "https://docs.rs/barley-interface" readme = "README.md" keywords = ["barley", "runtime", "interface"] version = "0.3.0" edition = "2021" [dependencies] barley-runtime = { version = "0.3.0", path = "../barley-runtime" } colored = "2" tokio = { version = "1.28.1", features = ["sync"] }