zephyr-config/Cargo.toml

11 lines
244 B
TOML
Raw Permalink Normal View History

2023-11-21 17:22:49 +00:00
[package]
name = "zephyr-config"
2024-02-07 08:47:44 +00:00
version = "0.1.1"
2023-11-21 17:22:49 +00:00
edition = "2021"
2023-11-21 17:32:34 +00:00
description = "Wrapper library for zephyr configuration defines"
license = "ISC"
2024-02-07 08:47:44 +00:00
repository = "https://git.h6t.eu/madmo/zephyr-config"
2023-11-21 17:22:49 +00:00
[build-dependencies]
bindgen = "0.69.1"