Skip to content

Commit d27cbb2

Browse files
committed
prepare to publish the bzip2 & bzip2recover binary
1 parent 00e21d1 commit d27cbb2

File tree

3 files changed

+25
-12
lines changed

3 files changed

+25
-12
lines changed

Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,18 @@ rust-version = "1.82" # MSRV
2020

2121
[workspace.dependencies]
2222
libc = "0.2"
23-
libbz2-rs-sys = { path = "libbz2-rs-sys/", default-features = false }
23+
24+
[workspace.dependencies.libbz2-rs-sys]
25+
path = "libbz2-rs-sys/"
26+
default-features = false
27+
version = "0.2.2"
2428

2529
[profile.relwithdebinfo]
2630
inherits = "release"
2731
debug = true
2832

2933
[package]
30-
name = "libbzip2-rs"
34+
name = "bzip2-cli"
3135
readme.workspace = true
3236
description.workspace = true
3337
version.workspace = true
@@ -38,6 +42,14 @@ homepage.workspace = true
3842
publish.workspace = true
3943
rust-version.workspace = true
4044

45+
include = [
46+
"bzip2.rs",
47+
"bzip2recover.rs",
48+
"Cargo.toml",
49+
"./README.md",
50+
"./LICENSE",
51+
]
52+
4153
[[bin]]
4254
name = "bzip2"
4355
path = "bzip2.rs"

LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
COPYING

0 commit comments

Comments
 (0)