This repository has been archived on 2024-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
hexagonal-arch-sandbox/Cargo.toml
2024-04-23 14:10:05 +05:30

11 lines
274 B
TOML

[package]
name = "todos"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
derive_more = "0.99.17"
serde = { version = "1.0.197", features = ["derive"] }
validator = "0.18.1"