mirror of
https://github.com/moghtech/komodo.git
synced 2026-04-28 19:59:46 -05:00
tweak
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
Generated by typeshare 1.13.3
|
||||
Generated by typeshare 1.13.4
|
||||
*/
|
||||
|
||||
export interface MongoIdObj {
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user