league-types/Cargo.toml

19 lines
528 B
TOML
Raw Normal View History

2022-09-25 16:29:15 +00:00
[package]
name = "league-types"
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/league-types.git"
2022-09-25 16:47:17 +00:00
[lib]
2022-09-25 16:29:15 +00:00
[dependencies]
2022-09-25 16:47:17 +00:00
serde = { version = "1.0", features = ["derive"] }
chrono = { version = "0.4", features = [ "serde" ] }
2023-02-20 18:44:20 +00:00
err = { git = "https://git.franklinblanco.dev/franklinblanco/err.git" }
2023-03-05 13:14:49 +00:00
dev-dtos = { git = "https://git.franklinblanco.dev/franklinblanco/dev-dtos.git" }