Skip to content

Commit

Permalink
Go back to a single binary
Browse files Browse the repository at this point in the history
  • Loading branch information
ysthakur committed Aug 7, 2023
1 parent f19d161 commit ef3e335
Show file tree
Hide file tree
Showing 14 changed files with 277 additions and 349 deletions.
3 changes: 1 addition & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{
"lib": "0.1.0",
"cli": "0.1.0"
".": "0.1.0"
}
41 changes: 10 additions & 31 deletions Cargo.lock

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

18 changes: 16 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,16 @@
[workspace]
members = ["lib", "cli"]
[package]
name = "man_completions"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0"
clap = { version = "4.3", features = ["derive"] }
flate2 = "1.0"
regex = "1.9"

[[bin]]
name = "man_completions"
path = "src/main.rs"
14 changes: 0 additions & 14 deletions cli/Cargo.toml

This file was deleted.

101 changes: 0 additions & 101 deletions cli/src/main.rs

This file was deleted.

15 changes: 0 additions & 15 deletions lib/Cargo.toml

This file was deleted.

140 changes: 0 additions & 140 deletions lib/src/lib.rs

This file was deleted.

Loading

0 comments on commit ef3e335

Please sign in to comment.