volerup 0.1.1

This is a Ratatui app to simulate a CPU with the Vole Machine Language for education and fun.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "volerup"
version = "0.1.1"
license.workspace = true
edition.workspace = true
repository.workspace = true
description = "This is a Ratatui app to simulate a CPU with the Vole Machine Language for education and fun."

[dependencies]
crossterm = "0.28.1"
ratatui = "0.29.0"
color-eyre = "0.6.5"
vole-rs = { path = "../vole-rs", version= "0.1.0" }
tui-textarea = "0.7.0"