moa/frontends/moa-console/Cargo.toml
transistor 8d39d84545 Refactored to separate out the commands, and machine configs
Machine definitions are now in their own module and can be
optionally compiled in, and there is now a console and soon
to be gui version of the compiled binary, with individual
binaries for each machine
2021-10-20 15:53:25 -07:00

10 lines
158 B
TOML

[package]
name = "moa-console"
version = "0.1.0"
edition = "2018"
default-run = "moa-computie"
[dependencies]
moa = { path = "../../", features = ["tty"] }