Skip to content

Commit

Permalink
prepare 0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
youyuanwu committed Nov 27, 2024
1 parent 94279dd commit 01bef49
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
# tonic-tls
# tonic-tls
![ci](https://github.com/youyuanwu/tonic-tls/actions/workflows/CI.yml/badge.svg)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://raw.githubusercontent.com/youyuanwu/tonic-tls/main/LICENSE)

Use `tonic` with various tls backends:

* [native-tls](https://github.com/sfackler/rust-native-tls)
* [rustls](https://github.com/rustls/rustls)

# License
This project is licensed under the MIT license.
8 changes: 8 additions & 0 deletions tonic-tls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
name = "tonic-tls"
version = "0.1.0"
edition = "2021"
license = "MIT"
authors = ["youyuanwu@outlook.com"]
repository = "https://github.com/youyuanwu/tonic-tls"
documentation = "https://github.com/youyuanwu/tonic-tls"
description = "Tls wrappers for tonic."
categories = ["web-programming", "network-programming"]
keywords = ["gRPC", "tls", "rustls", "native-tls"]
readme = "../README.md"

[dependencies]
tokio.workspace = true
Expand Down

0 comments on commit 01bef49

Please sign in to comment.