Skip to content

Commit

Permalink
chore: remove authors fields from Cargo.tomls (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
lunacookies authored Sep 30, 2021
1 parent e0c4789 commit 3d80c4b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion console-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "console-api"
version = "0.1.0"
authors = ["Eliza Weisman <[email protected]>"]
edition = "2018"
[features]
# Generate code that is compatible with Tonic's `transport` module.
Expand Down
1 change: 0 additions & 1 deletion console-subscriber/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "console-subscriber"
version = "0.1.0"
authors = ["Eliza Weisman <[email protected]>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
1 change: 0 additions & 1 deletion console/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "tokio-console"
version = "0.1.0"
authors = ["Eliza Weisman <[email protected]>", "David Barsky <[email protected]>"]
edition = "2018"
repository = "https://github.com/tokio-rs/console"

Expand Down

0 comments on commit 3d80c4b

Please sign in to comment.