shifty-backend/dao/Cargo.toml
2024-04-27 00:03:15 +02:00

12 lines
248 B
TOML

[package]
name = "dao"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
async-trait = "0.1.80"
mockall = "0.12.1"
thiserror = "1.0.59"
uuid = "1.8"