From 6b5c2d18813cc1c7dab2a71515effb33b69d0cac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Youn=20M=C3=A9lois?= Date: Sat, 27 Jan 2024 01:41:42 +0100 Subject: [PATCH] docs: :memo: add description to crate --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index d360dbe..0443ffb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,7 @@ name = "oodle-sys" version = "0.1.0" authors = ["Youn Mélois "] edition = "2021" +description = "Low-level bindings for the oodle compression library." readme = "README.md" repository = "https://github.com/sehnryr/oodle-sys" license = "MIT"