update package name

This commit is contained in:
Jay 2020-09-14 16:12:28 +08:00
parent f9eb20cfe9
commit 29e3855841
1 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[package] [package]
name = "rsdiff" name = "node-rs-diff"
version = "0.1.0" version = "0.1.0"
authors = ["Jay <jay@trj.tw>"] authors = ["Jay <jay@trj.tw>"]
edition = "2018" edition = "2018"
@ -7,7 +7,6 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib] [lib]
name = "rsdiff"
crate-type = ["cdylib"] crate-type = ["cdylib"]
[dependencies] [dependencies]