File tree 2 files changed +18
-0
lines changed
2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,22 @@ name = "starlink"
3
3
version = " 0.1.0"
4
4
authors = [
" Elias Wilken <[email protected] >" ]
5
5
edition = " 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
+ ]
6
22
7
23
[dependencies ]
8
24
tonic = " 0.4"
Original file line number Diff line number Diff line change 1
1
# starlink-rs
2
2
3
3
[ ![ 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 )
4
6
[ ![ license: MIT/Apache-2.0] ( https://img.shields.io/badge/license-MIT%2FApache--2.0-blue.svg )] ( https://github.com/ewilken/starlink-rs )
5
7
6
8
Rust 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