rusty_man_computer 0.5.0

Little-Man Computer emulator and assembler tools
Documentation
[package]
name = "rusty_man_computer"
version = "0.5.0"
edition = "2024"

description = "Little-Man Computer emulator and assembler tools"
authors = ["MMK21Hub <mmk21@slevel.xyz>"]
license = "MIT"
repository = "https://github.com/RandomSearch18/rusty_man_computer"
homepage = "https://github.com/RandomSearch18/rusty_man_computer#readme"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "4.5.30", features = ["derive"] }

[[bin]]
name = "bin_creator"
path = "src/bin_creator.rs"

[[bin]]
name = "rmc_assemble"
path = "src/rmc_assemble.rs"