Skip to content

Commit

Permalink
Fill out package description fields.
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickt committed Jan 26, 2024
1 parent bf91a2b commit 0381b1e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions crates/twirp-build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ name = "twirp-build"
version = "0.2.0"
authors = ["The blackbird team <[email protected]>"]
edition = "2021"
description = "Code generation for async-compatible Twirp RPC interfaces."
readme = "README.md"
keywords = ["twirp"]
categories = ["network-programming"]
repository = "https://github.com/github/twirp-rs"

[dependencies]
prost-build = "0.12"
5 changes: 5 additions & 0 deletions crates/twirp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ name = "twirp"
version = "0.2.0"
authors = ["The blackbird team <[email protected]>"]
edition = "2021"
description = "An async-compatible library for Twirp RPC in Rust."
readme = "README.md"
keywords = ["twirp"]
categories = ["network-programming"]
repository = "https://github.com/github/twirp-rs"

[features]
default = ["client", "server", "test-support"]
Expand Down

0 comments on commit 0381b1e

Please sign in to comment.