diff --git a/console-api/Cargo.toml b/console-api/Cargo.toml index af549f982..8f96885c6 100644 --- a/console-api/Cargo.toml +++ b/console-api/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "console-api" version = "0.1.0" -authors = ["Eliza Weisman "] edition = "2018" [features] # Generate code that is compatible with Tonic's `transport` module. diff --git a/console-subscriber/Cargo.toml b/console-subscriber/Cargo.toml index 76187b709..9721fa1d8 100644 --- a/console-subscriber/Cargo.toml +++ b/console-subscriber/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "console-subscriber" version = "0.1.0" -authors = ["Eliza Weisman "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/console/Cargo.toml b/console/Cargo.toml index cb00a2fbb..db66cf079 100644 --- a/console/Cargo.toml +++ b/console/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "tokio-console" version = "0.1.0" -authors = ["Eliza Weisman ", "David Barsky "] edition = "2018" repository = "https://github.com/tokio-rs/console"