mirror of
https://github.com/laanwj/k210-sdk-stuff.git
synced 2024-11-23 01:46:19 +04:00
12 lines
233 B
TOML
12 lines
233 B
TOML
|
[package]
|
||
|
name = "game-of-life"
|
||
|
version = "0.1.0"
|
||
|
authors = ["W.J. van der Laan <laanwj@protonmail.com>"]
|
||
|
edition = "2018"
|
||
|
|
||
|
[dependencies]
|
||
|
riscv-rt = "0.5.0"
|
||
|
k210-hal = "0.1.0"
|
||
|
riscv = "0.5"
|
||
|
k210-shared = { path = "../k210-shared" }
|