Initial commit from template

This commit is contained in:
StackClass
2025-08-25 04:50:38 +00:00
commit ea9e361b8f
11 changed files with 265 additions and 0 deletions

10
Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "stackclass-interpreter"
version = "0.1.0"
authors = ["StackClass <hello@stackclass.dev>"]
edition = "2021"
[dependencies]
anyhow = "1.0.98" # error handling
bytes = "1.10.1" # helps manage buffers
thiserror = "2.0.12" # error handling