core
: Add uuid
feature to diesel
This commit is contained in:
parent
c09edc9b08
commit
34e1eff855
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ version = "0.1.0"
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
diesel = { version = "2.2.4", features = ["postgres"] }
|
||||
diesel = { version = "2.2.4", features = ["postgres", "uuid"] }
|
||||
diesel_migrations = "2.2.0"
|
||||
acrate-hostmeta = { path = "../acrate-hostmeta" }
|
||||
acrate-nodeinfo = { path = "../acrate-nodeinfo" }
|
||||
|
|
Loading…
Reference in a new issue