[package] name = "triton" version = "0.1.0" authors = ["Patryk Kalinowski "] edition = "2018" description = "Ternary stack machine CPU architecture and VM" repository = "https://github.com/patrislav/triton" readme = "README.md" license = "MIT" [badges] maintenance = { status = "experimental" } [dependencies] bct = "0.1.0"