server: move domain::types to separate domain crate (#1086)

Preparation for using basic type definitions in other upcoming
modules, in particular for plugins.
This commit is contained in:
Simon Broeng Jensen
2025-02-03 23:00:27 +01:00
committed by GitHub
parent 417abc54e4
commit 1b26859141
47 changed files with 365 additions and 243 deletions
+6 -5
View File
@@ -1,10 +1,11 @@
[workspace]
members = [
"server",
"auth",
"app",
"migration-tool",
"set-password",
"crates/domain",
"server",
"auth",
"app",
"migration-tool",
"set-password",
]
default-members = ["server"]