fix trifid-api builds pt2
This commit is contained in:
parent
d86d054b0c
commit
0c569b66f1
|
@ -26,8 +26,8 @@ log = "0.4" # Logging
|
|||
simple_logger = "4" # Logging
|
||||
|
||||
sea-orm = { version = "0.12", features = [ "sqlx-postgres", "runtime-actix-rustls", "macros" ]} # Database
|
||||
trifid_api_migration = { version = "0.1.0", path = "trifid_api_migration" } # Database
|
||||
trifid_api_entities = { version = "0.1.0", path = "trifid_api_entities" } # Database
|
||||
trifid_api_migration = { version = "0.1", path = "trifid_api_migration" } # Database
|
||||
trifid_api_entities = { version = "0.1", path = "trifid_api_entities" } # Database
|
||||
|
||||
rand = "0.8" # Misc.
|
||||
hex = "0.4" # Misc.
|
||||
|
|
Loading…
Reference in New Issue