Update all modules to use registry - part 3
This commit is contained in:
@@ -4,9 +4,9 @@ version = "0.15.5"
|
||||
edition = "2024"
|
||||
|
||||
[features]
|
||||
default = ["sqlite", "postgres", "mysql", "rocks", "s3", "redis", "nats", "azure", "foundationdb"]
|
||||
#default = ["sqlite", "postgres", "mysql", "rocks", "s3", "redis", "nats", "azure", "foundationdb"]
|
||||
#default = ["sqlite", "postgres", "mysql", "rocks", "s3", "redis", "foundationdb"]
|
||||
#default = ["rocks"]
|
||||
default = ["postgres"]
|
||||
sqlite = ["store/sqlite", "directory/sqlite"]
|
||||
foundationdb = ["store/foundation", "common/foundation"]
|
||||
postgres = ["store/postgres", "directory/postgres"]
|
||||
|
||||
@@ -14,7 +14,7 @@ use std::{
|
||||
|
||||
use crate::jmap::JMAPTest;
|
||||
use base64::{Engine, engine::general_purpose::STANDARD};
|
||||
use common::manager::webadmin::Resource;
|
||||
use common::manager::application::Resource;
|
||||
use http_proto::{ToHttpResponse, request::fetch_body};
|
||||
use hyper::{body, server::conn::http1, service::service_fn};
|
||||
use hyper_util::rt::TokioIo;
|
||||
|
||||
@@ -11,7 +11,7 @@ use common::{
|
||||
Core,
|
||||
config::smtp::session::{Milter, MilterVersion, Stage},
|
||||
expr::if_block::IfBlock,
|
||||
manager::webadmin::Resource,
|
||||
manager::application::Resource,
|
||||
};
|
||||
|
||||
use http_proto::{ToHttpResponse, request::fetch_body};
|
||||
|
||||
Reference in New Issue
Block a user