-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
14 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[workspace] | ||
members = ["pb-jelly", "pb-jelly-gen", "pb-test", "pb-test/pb_test_gen", "examples/examples_gen"] | ||
# Generated protos for examples aren't checked in, which interferes with the workspace | ||
exclude = ["examples", "pb-test/gen/pb-jelly"] | ||
|
||
# Override pb-jelly dependency for generated crates as well | ||
[patch.crates-io] | ||
pb-jelly = { path = "pb-jelly" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ name = "pb-test" | |
version = "0.1.0" | ||
authors = ["Rajat Goel <[email protected]>", "Nipunn Koorapati <[email protected]>", "Parker Timmerman <[email protected]>"] | ||
edition = "2018" | ||
publish = false | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
|
@@ -26,7 +27,3 @@ serde_json = "1" | |
[features] | ||
bench_prost = ["prost"] | ||
bench_rust_protobuf = ["protobuf"] | ||
|
||
# Override pb-jelly dependency for generated crates as well | ||
[patch.crates-io] | ||
pb-jelly = { path = "../pb-jelly" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[package] | ||
name = "examples_gen" | ||
name = "pb_test_gen" | ||
version = "0.1.0" | ||
authors = ["Parker Timmerman <[email protected]>"] | ||
edition = "2018" | ||
|
@@ -17,7 +17,3 @@ protobuf-codegen = { version = "3.3", optional = true } | |
[features] | ||
bench_prost = ["prost-build"] | ||
bench_rust_protobuf = ["protobuf-codegen"] | ||
|
||
# Override pb-jelly dependency for generated crates as well | ||
[patch.crates-io] | ||
pb-jelly = { path = "../../pb-jelly" } |