mirror of
https://github.com/transistorfet/moa.git
synced 2024-11-26 07:49:17 +00:00
Updated cargo with workspaces
This commit is contained in:
parent
8d39d84545
commit
bff90e8f9f
10
Cargo.toml
10
Cargo.toml
@ -3,7 +3,13 @@ name = "moa"
|
|||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
[workspace]
|
||||||
|
members = [".", "frontends/moa-console", "frontends/moa-piston"]
|
||||||
|
default-members = ["frontends/moa-console"]
|
||||||
|
|
||||||
|
[features]
|
||||||
|
tty = ["nix"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
nix = "0.23"
|
nix = { version = "0.23", optional = true }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user