From a9d0f4d321b5b3f071fee1dd5b0ab9d975de68da Mon Sep 17 00:00:00 2001 From: Franklin Date: Sun, 25 Sep 2022 12:41:18 -0400 Subject: [PATCH] Added desc --- Cargo.toml | 5 +++++ src/dtos/mod.rs | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 60ab687..f952d0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,11 @@ name = "dev-dtos" version = "0.1.0" edition = "2021" +authors = ["Franklin E. Blanco"] +description = "League-svc types and dtos " +license = "MIT" +readme = "README.md" +repository = "https://github.com/franklinblanco/user-dtos.git" [lib] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/src/dtos/mod.rs b/src/dtos/mod.rs index d04a12e..2365b65 100644 --- a/src/dtos/mod.rs +++ b/src/dtos/mod.rs @@ -1,3 +1,2 @@ pub mod shared; -pub mod sample; pub mod user; \ No newline at end of file