From 29e3855841aa2359ce9ad3682abcaf98b8d5a080 Mon Sep 17 00:00:00 2001 From: Jay Date: Mon, 14 Sep 2020 16:12:28 +0800 Subject: [PATCH] update package name --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 27a816e..816e6ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "rsdiff" +name = "node-rs-diff" version = "0.1.0" authors = ["Jay "] edition = "2018" @@ -7,7 +7,6 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] -name = "rsdiff" crate-type = ["cdylib"] [dependencies]