File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,22 @@ name = "starlink"
33version = " 0.1.0"
44authors = [" Elias Wilken <elias@wlkn.io>" ]
55edition = " 2018"
6+ description = " Rust client implementation to the gRPC endpoint exposed by the SpaceX Starlink user terminal"
7+ documentation = " https://docs.rs/starlink"
8+ readme = " README.md"
9+ repository = " https://github.com/ewilken/starlink-rs"
10+ license = " MIT/Apache-2.0"
11+ keywords = [" spacex" , " starlink" ]
12+ exclude = [
13+ " .github" ,
14+ " codegen" ,
15+ " examples" ,
16+ " .gitignore" ,
17+ " LICENSE-APACHE" ,
18+ " LICENSE-MIT" ,
19+ " README.md" ,
20+ " rustfmt.toml" ,
21+ ]
622
723[dependencies ]
824tonic = " 0.4"
Original file line number Diff line number Diff line change 11# starlink-rs
22
33[ ![ CI] ( https://github.com/ewilken/starlink-rs/workflows/CI/badge.svg )] ( https://github.com/ewilken/starlink-rs/actions?query=workflow%3ACI )
4+ [ ![ crates.io] ( https://img.shields.io/crates/v/starlink.svg )] ( https://crates.io/crates/starlink )
5+ [ ![ docs.rs] ( https://docs.rs/starlink/badge.svg )] ( https://docs.rs/starlink )
46[ ![ license: MIT/Apache-2.0] ( https://img.shields.io/badge/license-MIT%2FApache--2.0-blue.svg )] ( https://github.com/ewilken/starlink-rs )
57
68Rust client implementation to the gRPC endpoint exposed by the SpaceX Starlink user terminal.
You can’t perform that action at this time.
0 commit comments