1
0
mirror of https://git.ngram.ca/OpenJam/rc-servers synced 2026-08-23 23:08:52 +00:00

Implement factory in main database, close #80

This commit is contained in:
NG (Graham)
2026-02-01 18:14:16 -05:00
parent a346299de8
commit 3b909327d8
33 changed files with 741 additions and 78 deletions

4
Cargo.lock generated
View File

@@ -2546,9 +2546,13 @@ dependencies = [
name = "oj_rc_database"
version = "1.1.0"
dependencies = [
"async-trait",
"itertools",
"libfj",
"oj_rc_factory",
"sea-orm",
"sea-orm-migration",
"serde_json",
]
[[package]]