From 5c2838600c18b7d2902af43b3f920ed061749068 Mon Sep 17 00:00:00 2001 From: Franklin Date: Mon, 22 Aug 2022 23:18:33 -0400 Subject: [PATCH] Added metadata and an empty readme --- Cargo.lock | 18 +++++++++--------- Cargo.toml | 4 +++- Readme.md | 0 3 files changed, 12 insertions(+), 10 deletions(-) create mode 100644 Readme.md diff --git a/Cargo.lock b/Cargo.lock index ea2748c..d16b212 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -169,15 +169,6 @@ dependencies = [ "url", ] -[[package]] -name = "actix-web-addons" -version = "0.1.0" -dependencies = [ - "actix-web", - "serde", - "serde_json", -] - [[package]] name = "actix-web-codegen" version = "4.0.1" @@ -190,6 +181,15 @@ dependencies = [ "syn", ] +[[package]] +name = "actix-web-utils" +version = "0.1.0" +dependencies = [ + "actix-web", + "serde", + "serde_json", +] + [[package]] name = "adler" version = "1.0.2" diff --git a/Cargo.toml b/Cargo.toml index c4dbbae..78505f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,10 @@ [package] -name = "actix-web-addons" +name = "actix-web-utils" version = "0.1.0" edition = "2021" authors = ["Franklin E. Blanco"] +description = "Just some useful addons for actix web." +license = "MIT" [lib] diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..e69de29