Added desc

This commit is contained in:
Franklin 2022-09-25 12:41:18 -04:00
parent f244ec8f25
commit a9d0f4d321
2 changed files with 5 additions and 1 deletions

View File

@ -2,6 +2,11 @@
name = "dev-dtos" name = "dev-dtos"
version = "0.1.0" version = "0.1.0"
edition = "2021" 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] [lib]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@ -1,3 +1,2 @@
pub mod shared; pub mod shared;
pub mod sample;
pub mod user; pub mod user;