[[bin]]
name = "stackathon"
path = "src/main.rs"
[dependencies]
[lib]
name = "stackathon"
path = "src/lib.rs"
[package]
authors = ["Rishabh Oke <rishabhoke@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "The interpreter for the Stackathon language"
documentation = "https://docs.rs/stackathon/0.4.1/stackathon/"
edition = "2024"
keywords = ["language"]
license = "MIT"
name = "stackathon"
readme = "README.md"
repository = "https://github.com/RishabhOke-Dev/stackathon"
version = "0.4.2"