Wyatt J. Miller
f3a7db00c9
tested the fact that the rust library could be used in a embedded application
12 lines
229 B
TOML
12 lines
229 B
TOML
[package]
|
|
name = "libautobar"
|
|
version = "0.0.1"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
[lib]
|
|
name = "autobar"
|
|
crate-type = ["staticlib"]
|
|
|
|
[dependencies]
|