From 78841f1538cde4cd4f52731ec8606fbbe28f81db Mon Sep 17 00:00:00 2001 From: Rafael Caricio Date: Sun, 14 Jun 2020 11:18:33 +0200 Subject: [PATCH] Update metadata --- lvgl-codegen/Cargo.toml | 4 +++- lvgl-codegen/README.md | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 lvgl-codegen/README.md diff --git a/lvgl-codegen/Cargo.toml b/lvgl-codegen/Cargo.toml index adfed16..d288ec2 100644 --- a/lvgl-codegen/Cargo.toml +++ b/lvgl-codegen/Cargo.toml @@ -2,9 +2,11 @@ name = "lvgl-codegen" version = "0.3.0" description = "Code generation based on LVGL source code" -authors = ["Rafael Caricio "] +authors = ["Rafael Caricio "] +readme = "README.md" edition = "2018" license = "MIT" +repository = "https://github.com/rafaelcaricio/lvgl-rs" [dependencies] regex = "1.3.9" diff --git a/lvgl-codegen/README.md b/lvgl-codegen/README.md new file mode 100644 index 0000000..3549769 --- /dev/null +++ b/lvgl-codegen/README.md @@ -0,0 +1,2 @@ +# LVGL Code Generation +This is the code generation crate for safe bindings to [`lvgl-rs`](https://github.com/rafaelcaricio/lvgl-rs). This crate is only supposed to be used to build `lvgl-rs`.