1
Fork 0

core: Add uuid feature to diesel

This commit is contained in:
Steffo 2024-11-15 01:51:30 +01:00
parent c09edc9b08
commit 34e1eff855
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021" edition = "2021"
[dependencies] [dependencies]
diesel = { version = "2.2.4", features = ["postgres"] } diesel = { version = "2.2.4", features = ["postgres", "uuid"] }
diesel_migrations = "2.2.0" diesel_migrations = "2.2.0"
acrate-hostmeta = { path = "../acrate-hostmeta" } acrate-hostmeta = { path = "../acrate-hostmeta" }
acrate-nodeinfo = { path = "../acrate-nodeinfo" } acrate-nodeinfo = { path = "../acrate-nodeinfo" }