From b7202710094400050033c6f4b645b3fd1d7c74cd Mon Sep 17 00:00:00 2001 From: LongYinan Date: Sun, 26 Apr 2020 20:15:08 +0800 Subject: [PATCH] doc: fix description in napi-derive --- napi-derive/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/napi-derive/Cargo.toml b/napi-derive/Cargo.toml index 621411b1..3d66f600 100644 --- a/napi-derive/Cargo.toml +++ b/napi-derive/Cargo.toml @@ -3,7 +3,7 @@ name = "napi-derive" version = "0.1.0" authors = ["LongYinan "] edition = "2018" -description = "N-API build support" +description = "N-API procedural macros" readme = "README.md" repository = "https://github.com/Brooooooklyn/napi-rs" license = "MIT"