From 3b3ffde695753edb4e7ffdf722299b372f2c0bd0 Mon Sep 17 00:00:00 2001 From: Franklin Date: Sun, 25 Sep 2022 12:41:35 -0400 Subject: [PATCH] Set description --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f952d0d..dfba639 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "dev-dtos" version = "0.1.0" edition = "2021" authors = ["Franklin E. Blanco"] -description = "League-svc types and dtos " +description = "User svc dtos" license = "MIT" readme = "README.md" repository = "https://github.com/franklinblanco/user-dtos.git"