13 lines
No EOL
171 B
TOML
13 lines
No EOL
171 B
TOML
|
|
[package]
|
|
name = "test_game"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate-type = ["staticlib"]
|
|
|
|
[dependencies]
|
|
|
|
[dependencies.arduboy-rust]
|
|
path = "../../arduboy-rust" |