From 3cc9bec761ad81c48bf18bda599232588980b1cb Mon Sep 17 00:00:00 2001 From: HampusM Date: Sun, 5 Mar 2023 21:54:43 +0100 Subject: build: add README.md to include field in Cargo.toml --- Cargo.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f33fe20..d00f1b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,13 @@ description = "Rust API for the OpenGL API and Extension Registry" repository = "https://git.hampusmat.com/opengl-registry-rs" keywords = ["api"] categories = ["api-bindings"] -include = ["LICENSE-APACHE", "LICENSE-MIT", "src", "OpenGL-Registry/xml/gl.xml"] +include = [ + "LICENSE-APACHE", + "LICENSE-MIT", + "src", + "OpenGL-Registry/xml/gl.xml", + "README.md" +] [features] default = ["include-xml"] -- cgit v1.2.3-18-g5258