mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
add tokio-console if unstable (#2461)
* add tokio-console if `unstable` * instrument vhost controller
This commit is contained in:
@@ -28,7 +28,7 @@ path = "src/main.rs"
|
||||
avahi = ["avahi-sys"]
|
||||
default = ["cli", "sdk", "daemon", "js_engine"]
|
||||
dev = []
|
||||
unstable = ["patch-db/unstable"]
|
||||
unstable = ["console-subscriber", "tokio/tracing"]
|
||||
avahi-alias = ["avahi"]
|
||||
cli = []
|
||||
sdk = []
|
||||
@@ -55,6 +55,7 @@ bytes = "1"
|
||||
chrono = { version = "0.4.19", features = ["serde"] }
|
||||
clap = "3.2.8"
|
||||
color-eyre = "0.6.1"
|
||||
console-subscriber = { version = "0.2", optional = true }
|
||||
cookie = "0.16.2"
|
||||
cookie_store = "0.19.0"
|
||||
current_platform = "0.2.0"
|
||||
|
||||
Reference in New Issue
Block a user