Files
01990d3c-fbd7-71b2-be4b-23b…/Cargo.toml
2025-09-03 01:42:04 +00:00

11 lines
345 B
TOML

[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