Skip to content

Commit ba9911b

Browse files
committed
add metadata for publishing
1 parent e868518 commit ba9911b

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

Cargo.toml

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@ name = "starlink"
33
version = "0.1.0"
44
authors = ["Elias Wilken <[email protected]>"]
55
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+
]
622

723
[dependencies]
824
tonic = "0.4"

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
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

68
Rust client implementation to the gRPC endpoint exposed by the SpaceX Starlink user terminal.

0 commit comments

Comments
 (0)