mirror of
https://github.com/Astatin3/unshell.git
synced 2026-06-08 22:38:01 -06:00
Work on customizable config tool
This commit is contained in:
@@ -6,8 +6,6 @@ edition = "2024"
|
||||
[features]
|
||||
log_debug = ["unshell-lib/log_debug"]
|
||||
|
||||
|
||||
|
||||
[dependencies]
|
||||
|
||||
unshell-lib = {path = "../unshell-lib"}
|
||||
@@ -24,20 +22,3 @@ chrono = "0.4.42"
|
||||
static_init = "1.0.4"
|
||||
clap = {version = "4.5.53", features = ["derive"]}
|
||||
sled = "0.34.7"
|
||||
|
||||
# tracing = "0.1.43"
|
||||
# tracing-subscriber = {version="0.3.22", features = ["env-filter"] }
|
||||
|
||||
|
||||
# async-trait = "0.1.89"
|
||||
# axum = "0.8.7"
|
||||
# axum-extra = "0.12.2"
|
||||
# axum-login = "0.18.0"
|
||||
# bcrypt = "0.17.1"
|
||||
# jsonwebtoken = "10.2.0"
|
||||
# serde = "1.0.228"
|
||||
# serde_json = "1.0.145"
|
||||
# tokio = {version = "1.48.0", features=["rt-multi-thread"]}
|
||||
# tower-sessions = "0.14.0"
|
||||
# tracing = "0.1.43"
|
||||
# tracing-subscriber = "0.3.22"
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
// #![macro_use]
|
||||
|
||||
mod api;
|
||||
mod config;
|
||||
pub mod logger;
|
||||
mod modules;
|
||||
mod server;
|
||||
|
||||
Reference in New Issue
Block a user