[package] name = "rscmm" version = "0.3.1" edition = "2021" rust-version = "1.57" authors = ["chaos "] description = "A Simple C-interpreter" readme = "README.md" repository = "https://github.com/mkchaos/rscmm/" license = "MIT" keywords = ["interpreter"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] strum = "0.23" strum_macros = "0.23"