mirror of
https://github.com/eth-act/ere.git
synced 2026-04-03 03:00:17 -04:00
8 lines
139 B
TOML
8 lines
139 B
TOML
[package]
|
|
name = "app"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
pico-sdk = { workspace = true }
|
|
fibonacci-lib ={ path = "../lib"} |