amethyst_geode 1.2.1

Turing Machine Programming Language Interpreter
Documentation
[[bin]]
name = "geode"
path = "src/bin/geode.rs"

[dependencies.colored]
version = "3.0.0"

[dev-dependencies.ctor]
version = "0.1"

[dev-dependencies.serial_test]
version = "0.5"

[lib]
name = "amethyst"
path = "src/lib.rs"

[package]
authors = ["VSebastian8"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "Turing Machine Programming Language Interpreter"
edition = "2021"
exclude = ["/extensions", "/code", "/tests", "/config"]
homepage = "https://github.com/VSebastian8/amethyst"
keywords = ["cli", "programming", "language", "turing", "automata"]
license = "MPL-2.0"
name = "amethyst_geode"
readme = "README.md"
repository = "https://github.com/VSebastian8/amethyst"
version = "1.2.1"

[profile.release]
opt-level = 1