mirror of
https://github.com/transistorfet/moa.git
synced 2024-11-25 15:33:08 +00:00
10 lines
134 B
TOML
10 lines
134 B
TOML
[package]
|
|
name = "moa_core"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
log = "0.4"
|
|
femtos = { path = "../libraries/femtos" }
|
|
|