We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0a65cc commit 6d22c47Copy full SHA for 6d22c47
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "microserver"
3
-description = "Simple ad-hoc server with SPA support based on Warp!. Excellent for testing React, Angular, Vue apps and the like."
+description = "Simple ad-hoc server with SPA support based on Warp! Excellent for testing React, Angular, Vue apps and the like."
4
version = "0.2.0"
5
authors = ["Roberto Huertas <roberto.huertas@outlook.com>"]
6
edition = "2018"
@@ -12,7 +12,7 @@ categories = ["web-programming::http-server", "network-programming"]
12
13
exclude = [
14
"index.html",
15
- "run.sh"
+ "run.sh",
16
]
17
18
[badges]
0 commit comments