volerup 0.1.0

This is a Ratatui app to simulate a CPU with the Vole Machine Language for education and fun.
[[bin]]
name = "volerup"
path = "src/main.rs"

[dependencies.color-eyre]
version = "0.6.5"

[dependencies.crossterm]
version = "0.28.1"

[dependencies.ratatui]
version = "0.29.0"

[dependencies.tui-textarea]
version = "0.7.0"

[dependencies.vole-rs]
version = "0.1.0"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "This is a Ratatui app to simulate a CPU with the Vole Machine Language for education and fun."
edition = "2024"
license = "MIT"
name = "volerup"
readme = "README.md"
repository = "https://codeberg.org/dawe/volerup"
resolver = "2"
version = "0.1.0"