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"