Skip to content

Commit

Permalink
linkd: Move binary to dedicated crate
Browse files Browse the repository at this point in the history
To get the best of both worlds by maintaining a lock file for binaries
and have lock file free workspace this change introduces the a new
top-level crate: bins. Which is explicitely excluded from the top-level
workspace.

Signed-off-by: Alexander Simmerl <[email protected]>
  • Loading branch information
xla committed Sep 8, 2021
1 parent a6b5f7a commit b22c2dc
Show file tree
Hide file tree
Showing 7 changed files with 3,470 additions and 13 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ members = [
"std-ext",
"test",
]
exclude = [
"bins"
]

[patch.crates-io.git2]
git = "https://github.com/radicle-dev/git2-rs.git"
Expand Down
Loading

0 comments on commit b22c2dc

Please sign in to comment.