volerup 0.1.1

This is a Ratatui app to simulate a CPU with the Vole Machine Language for education and fun.
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

[[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"