diff options
Diffstat (limited to 'pingora-rustls/Cargo.toml')
-rw-r--r-- | pingora-rustls/Cargo.toml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pingora-rustls/Cargo.toml b/pingora-rustls/Cargo.toml index 858ce30..677cf18 100644 --- a/pingora-rustls/Cargo.toml +++ b/pingora-rustls/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "pingora-rustls" version = "0.3.0" -authors = ["Harald Gutmann <[email protected]>"] license = "Apache-2.0" edition = "2021" repository = "https://github.com/cloudflare/pingora" @@ -11,7 +10,6 @@ description = """ RusTLS async APIs for Pingora. """ -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] name = "pingora_rustls" path = "src/lib.rs" |