Skip to content

Commit

Permalink
Reference a private crate via git
Browse files Browse the repository at this point in the history
  • Loading branch information
brogdonm committed Apr 10, 2024
1 parent 6da6ddc commit fa566e1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Cargo.lock

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

4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ version = "0.1.0"
authors = [ "Michael Brogdon <[email protected]>" ]
description = "A workspace for reproducing cargo-edit issue 891"
edition = "2021"

[workspace.dependencies.private-crate]
git = "https://github.com/brogdonm/private-crate"
branch = "main"
3 changes: 3 additions & 0 deletions cargo-edit-issue-891/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ version.workspace = true
authors.workspace = true
edition.workspace = true
description.workspace = true

[dependencies]
private-crate.workspace = true

0 comments on commit fa566e1

Please sign in to comment.