[package]
edition = "2024"
name = "rusty_man_computer"
version = "0.5.0"
authors = ["MMK21Hub <mmk21@slevel.xyz>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Little-Man Computer emulator and assembler tools"
homepage = "https://github.com/RandomSearch18/rusty_man_computer#readme"
readme = "README.md"
license = "MIT"
repository = "https://github.com/RandomSearch18/rusty_man_computer"
[lib]
name = "rusty_man_computer"
path = "src/lib.rs"
[[bin]]
name = "bin_creator"
path = "src/bin_creator.rs"
[[bin]]
name = "rmc_assemble"
path = "src/rmc_assemble.rs"
[[bin]]
name = "rusty_man_computer"
path = "src/main.rs"
[[test]]
name = "integration_test"
path = "tests/integration_test.rs"
[dependencies.clap]
version = "4.5.30"
features = ["derive"]