This commit is contained in:
mbecker20
2025-12-27 15:11:13 -08:00
parent 026ba4fca8
commit 5b651f2527
3 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ blocking = ["reqwest/blocking"]
[dependencies]
# mogh
mongo_indexed = { workspace = true, optional = true }
serror = { workspace = true, features = ["axum"]}
serror = { workspace = true, features = ["axum"] }
derive_default_builder.workspace = true
derive_empty_traits.workspace = true
async_timing_util.workspace = true

View File

@@ -1,5 +1,5 @@
/*
Generated by typeshare 1.13.3
Generated by typeshare 1.13.4
*/
export interface MongoIdObj {

View File

@@ -1,5 +1,5 @@
/*
Generated by typeshare 1.13.3
Generated by typeshare 1.13.4
*/
/** The levels of permission that a User or UserGroup can have on a resource. */
export var PermissionLevel;