diff options
author | HampusM <hampus@hampusmat.com> | 2023-03-05 21:54:43 +0100 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2023-03-05 21:54:43 +0100 |
commit | 3cc9bec761ad81c48bf18bda599232588980b1cb (patch) | |
tree | a97ba64730d6d2f888f46074c3b2db4f2184326a /Cargo.toml | |
parent | 3ca66b6d92b6664f6afabf9a93d9ad06756cc312 (diff) |
build: add README.md to include field in Cargo.toml
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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"] |