mirror of
https://github.com/transistorfet/moa.git
synced 2024-11-22 10:32:59 +00:00
11 lines
166 B
TOML
11 lines
166 B
TOML
[package]
|
|
name = "moa-core"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
log = "0.4"
|
|
femtos = "0.1"
|
|
thiserror = "1.0"
|
|
moa-host = { path = "../libraries/host" }
|