autobar/libautobar/Cargo.toml
Wyatt J. Miller f3a7db00c9 wrote some ffi functions and interfaces
tested the fact that the rust library could be used in a embedded application
2022-07-16 10:44:38 -04:00

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]