[package] name = "stack-machine" version = "0.1.0" authors = ["kirinnee "] edition = "2018" description = "A simple stack machine like forth without loops and conditions" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] [profile.release] panic = "abort"