From f6607bdbb08dc4c958245bcbca26ae4cc683b481 Mon Sep 17 00:00:00 2001 From: Avril Date: Thu, 10 Sep 2020 14:03:53 +0100 Subject: [PATCH] update readme --- Cargo.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index bc1eee3..105f50f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,12 @@ [package] name = "ghost" +description = "Blender GHOST Rust bindings" +keywords = ["ffi", "gui", "blender"] version = "0.1.0" -authors = ["Avril "] +authors = ["Avril ", "Ange "] edition = "2018" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +# the game :^) [dependencies] libc = "0.2.76"