zephyr-config/Cargo.toml

10 lines
190 B
TOML
Raw Normal View History

2023-11-21 17:22:49 +00:00
[package]
name = "zephyr-config"
version = "0.1.0"
edition = "2021"
2023-11-21 17:32:34 +00:00
description = "Wrapper library for zephyr configuration defines"
license = "ISC"
2023-11-21 17:22:49 +00:00
[build-dependencies]
bindgen = "0.69.1"