Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Cargo.toml for first release #57

Merged
merged 1 commit into from
Oct 15, 2017
Merged

Conversation

steveklabnik
Copy link
Owner

Add in other important things!

Cargo.toml Outdated
@@ -3,6 +3,13 @@ name = "simple-server"
version = "0.1.0"
license = "MIT/Apache-2.0"
authors = ["steveklabnik <[email protected]>", "ashleygwilliams <[email protected]>"]
description = "A simple webserver."
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no period- no capitals?

Cargo.toml Outdated
description = "A simple webserver."
repository = "https://github.com/steveklabnik/simple-server"
readme = "README.md"
categories = ["web-programming"]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"web", "webserver", "server"

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is set by crates.io, not us.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FINE

Add in other important things!
@@ -3,6 +3,13 @@ name = "simple-server"
version = "0.1.0"
license = "MIT/Apache-2.0"
authors = ["steveklabnik <[email protected]>", "ashleygwilliams <[email protected]>"]
description = "a simple webserver."
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for posterity: steve likes this.

@ashleygwilliams ashleygwilliams merged commit b91255b into master Oct 15, 2017
@ashleygwilliams ashleygwilliams deleted the cargo-toml-updates branch October 15, 2017 22:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants