Skip to content

Commit abba2f1

Browse files
committed
version bump and added fields
1 parent bf167b0 commit abba2f1

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Cargo.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
[package]
22
name = "rust-http-server"
3-
version = "0.0.0"
4-
authors = ["Alex Soderman"]
3+
version = "0.0.1"
4+
authors = ["Alex Soderman <[email protected]>"]
5+
repository = "https://github.com/asoderman/rust-http-server"
6+
description = """
7+
A simple and fast HTTP server written in rust.
8+
"""
59

610
[features]
711
python = []

0 commit comments

Comments
 (0)