Skip to content

Commit 6d22c47

Browse files
authored
Update Cargo.toml (#13)
chore(cargo): fix some nits in cargo.toml
1 parent c0a65cc commit 6d22c47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "microserver"
3-
description = "Simple ad-hoc server with SPA support based on Warp!. Excellent for testing React, Angular, Vue apps and the like."
3+
description = "Simple ad-hoc server with SPA support based on Warp! Excellent for testing React, Angular, Vue apps and the like."
44
version = "0.2.0"
55
authors = ["Roberto Huertas <roberto.huertas@outlook.com>"]
66
edition = "2018"
@@ -12,7 +12,7 @@ categories = ["web-programming::http-server", "network-programming"]
1212

1313
exclude = [
1414
"index.html",
15-
"run.sh"
15+
"run.sh",
1616
]
1717

1818
[badges]

0 commit comments

Comments
 (0)