Remove authors from Cargo metadata (see RFC 3052)
This commit is contained in:
parent
b496e24270
commit
3701574b5d
@ -1,7 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "tokio-rustls"
|
name = "tokio-rustls"
|
||||||
version = "0.24.0"
|
version = "0.24.0"
|
||||||
authors = ["quininer kel <quininer@live.com>"]
|
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
repository = "https://github.com/tokio-rs/tls"
|
repository = "https://github.com/tokio-rs/tls"
|
||||||
homepage = "https://github.com/tokio-rs/tls"
|
homepage = "https://github.com/tokio-rs/tls"
|
||||||
|
Loading…
Reference in New Issue
Block a user