Skip to content

Commit

Permalink
change library name
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderHarrison committed Aug 29, 2024
1 parent ccfa5eb commit f0a608c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "slp_compress"
name = "slpz"
version = "0.1.0"
edition = "2021"

[dependencies]
zstd = { version = "0.13", default-features = false, features = ["thin"] }

[lib]
name = "slp_compress"
name = "slpz"
path = "src/lib.rs"

[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion src/slpz.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use slp_compress::*;
use slpz::*;

const HELP: &'static str =
"Usage: slpz [OPTIONS] <input path>
Expand Down

0 comments on commit f0a608c

Please sign in to comment.