Files
0198df90-e356-7eb0-bcc2-061…/Cargo.toml

11 lines
345 B
TOML
Raw Normal View History

2025-08-25 04:51:11 +00:00
[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