dev-dtos/Cargo.toml

16 lines
462 B
TOML
Raw Normal View History

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"]
description = "League-svc types and dtos "
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
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2022-08-13 00:24:52 +00:00
serde = { version = "1.0", features = ["derive"] }
chrono = { version = "0.4", features = [ "serde" ] }