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