X-Git-Url: http://these/git/?a=blobdiff_plain;f=crates%2Fdb_schema%2FCargo.toml;h=7d0a38172d5fb47f1ab825e6dcb3cc848d24b7d5;hb=9c3efe32e7b2ef7978b7957eac10691beb551dde;hp=a8eb027beeef23c26b033f3ee4f7ce92b137efda;hpb=becb8b4f66bdacca23b0b169e07d845afcb3d204;p=lemmy.git diff --git a/crates/db_schema/Cargo.toml b/crates/db_schema/Cargo.toml index a8eb027b..7d0a3817 100644 --- a/crates/db_schema/Cargo.toml +++ b/crates/db_schema/Cargo.toml @@ -33,6 +33,7 @@ diesel_migrations = { version = "1.4.0", optional = true } sha2 = { version = "0.10.2", optional = true } regex = { version = "1.5.5", optional = true } once_cell = { version = "1.10.0", optional = true } +diesel_ltree = "0.2.7" [dev-dependencies] serial_test = "0.6.0"