From 0cb3079e1f8a564c4c04882d1925c27d99ca2061 Mon Sep 17 00:00:00 2001 From: silverwizard Date: Thu, 2 Feb 2023 11:05:04 -0500 Subject: [PATCH] Changed package name --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0bfce06..7ec39cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "staticwebserver" +name = "shock" version = "0.1.0" authors = ["silverwizard"] edition = "2018"