-
Notifications
You must be signed in to change notification settings - Fork 40
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
Conversation
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." |
There was a problem hiding this comment.
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"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"web", "webserver", "server"
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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!
4e65cc8
to
e83601d
Compare
@@ -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." |
There was a problem hiding this comment.
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.
Add in other important things!