Rust-for-Arduboy/Examples/Arduboy-Tutorials/demo7/Cargo.toml

13 lines
241 B
TOML
Raw Permalink Normal View History

2023-08-06 18:14:49 +02:00
[package]
2023-09-04 09:22:04 +02:00
name = "demo7"
2023-08-06 18:14:49 +02:00
version = "0.1.0"
authors = ["Brian Bowman <seeker14491@gmail.com>"]
license = "MIT OR Apache-2.0"
edition = "2021"
[lib]
crate-type = ["staticlib"]
[dependencies]
2023-09-04 09:22:04 +02:00
arduboy-rust = { path = "../../../arduboy-rust" }