Skip to content

Commit

Permalink
Unmangle package names, allowing to publish both [fix]
Browse files Browse the repository at this point in the history
  • Loading branch information
hoijui committed Jun 2, 2024
1 parent 0fc9a63 commit 78f4d9c
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 16 deletions.
26 changes: 13 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: Unlicense

[package]
name = "osh-dir-std"
name = "osh-dir-std-cli"
version = "0.8.1"
license = "AGPL-3.0-or-later"
authors = ["Robin Vobruba <[email protected]>"]
Expand All @@ -19,12 +19,16 @@ categories = ["command-line-utilities", "filesystem", "text-processing"]
readme = "../README.md"
edition = "2021"

[[bin]]
path = "src/main.rs"
name = "osh-dir-std"

[lints]
workspace = true

[dependencies]
anyhow = "1.0"
osh_dir_std = { version = "0.8", path = "../lib" }
osh-dir-std = { version = "0.8", path = "../lib" }
clap = { version = "4.5", features = ["std", "cargo", "help"], default-features = false }
cli_utils = { version = "0.7", package = "cli_utils_hoijui" }
const_format = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: Unlicense

[package]
name = "osh_dir_std"
name = "osh-dir-std"
version = "0.8.1"
license = "AGPL-3.0-or-later"
authors = ["Robin Vobruba <[email protected]>"]
Expand Down

0 comments on commit 78f4d9c

Please sign in to comment.