-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
generate a lot of missing types & fields
- Loading branch information
Showing
19 changed files
with
945 additions
and
289 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
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,6 +1,6 @@ | ||
[package] | ||
name = "starlink" | ||
version = "0.1.1" | ||
version = "0.2.0" | ||
authors = ["Elias Wilken <[email protected]>"] | ||
edition = "2018" | ||
description = "Rust client implementation to the gRPC endpoint exposed by the SpaceX Starlink user terminal" | ||
|
@@ -25,7 +25,8 @@ tonic = "0.4" | |
prost = "0.7" | ||
|
||
[build-dependencies] | ||
tonic-build = "0.4" | ||
#tonic-build = "0.4" | ||
tonic-build = { git = 'https://github.com/ewilken/tonic.git' } # waiting for https://github.com/danburkert/prost/pull/455 to be released into tonic | ||
|
||
[dev-dependencies] | ||
async-stream = "0.3" | ||
|
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,6 +1,6 @@ | ||
[package] | ||
name = "starlink-codegen" | ||
version = "0.1.0" | ||
version = "0.2.0" | ||
authors = ["Elias Wilken <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
Oops, something went wrong.