shifty-backend/dao/Cargo.toml
2024-04-26 21:34:00 +02:00

10 lines
206 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]
thiserror = "1.0.59"
uuid = "1.8"