2022-08-13 00:19:24 +00:00
|
|
|
[package]
|
|
|
|
name = "dev-dtos"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
2022-09-25 16:41:18 +00:00
|
|
|
authors = ["Franklin E. Blanco"]
|
2022-09-25 16:41:35 +00:00
|
|
|
description = "User svc dtos"
|
2022-09-25 16:41:18 +00:00
|
|
|
license = "MIT"
|
|
|
|
readme = "README.md"
|
|
|
|
repository = "https://github.com/franklinblanco/user-dtos.git"
|
2022-08-13 00:19:24 +00:00
|
|
|
|
2022-08-13 00:24:52 +00:00
|
|
|
[lib]
|
2022-08-13 00:19:24 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2022-08-13 00:24:52 +00:00
|
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
|
|
chrono = { version = "0.4", features = [ "serde" ] }
|