X-Git-Url: http://these/git/?a=blobdiff_plain;f=crates%2Fdb_schema%2FCargo.toml;h=155d844060ee01fbc523a6190d26bcd6b0a7b860;hb=235cc8b22897bfb3e71ba3dbd725d36863fea8ba;hp=ea8d3440376e840d82efba364c38f63cb0a0c25d;hpb=276a8c2bd3e4fd1323e66b808675cf14cf6f75c5;p=lemmy.git diff --git a/crates/db_schema/Cargo.toml b/crates/db_schema/Cargo.toml index ea8d3440..155d8440 100644 --- a/crates/db_schema/Cargo.toml +++ b/crates/db_schema/Cargo.toml @@ -34,6 +34,8 @@ sha2 = { version = "0.10.6", optional = true } regex = { version = "1.6.0", optional = true } once_cell = { version = "1.15.0", optional = true } diesel_ltree = "0.3.0" +typed-builder = "0.10.0" [dev-dependencies] serial_test = "0.9.0" +