Added desc
This commit is contained in:
parent
f244ec8f25
commit
a9d0f4d321
|
@ -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
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
pub mod shared;
|
||||
pub mod sample;
|
||||
pub mod user;
|
Loading…
Reference in New Issue