From f9fe3908101c6a1aae33e343b217fb382f99fd42 Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Wed, 13 Oct 2021 15:14:39 +0530 Subject: [PATCH] 0.1.0: add cargo metadata --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 84976bc..e5bbe45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,8 @@ [package] name = "deno_bindgen" version = "0.1.0" +description = "This tool aims to simplify glue code generation for Deno FFI libraries written in Rust." +license = "MIT" edition = "2018" [lib]