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]