mirror of
https://github.com/transistorfet/moa.git
synced 2025-02-18 09:30:48 +00:00
13 lines
178 B
TOML
13 lines
178 B
TOML
[package]
|
|
name = "moa-common"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
[features]
|
|
tty = ["nix"]
|
|
|
|
[dependencies]
|
|
moa = { path = "../../" }
|
|
nix = { version = "0.23", optional = true }
|
|
|