From d1a9630badb69ae8abc1ec94e66242b8ff50bdb7 Mon Sep 17 00:00:00 2001 From: Moritz Bitsch Date: Tue, 21 Nov 2023 18:32:34 +0100 Subject: [PATCH] Add license and minimal description --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 36cc42e..e034831 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,8 @@ name = "zephyr-config" version = "0.1.0" edition = "2021" +description = "Wrapper library for zephyr configuration defines" +license = "ISC" [build-dependencies] bindgen = "0.69.1"