forked from Proxmox/proxmox
router: remove unused deps
Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
This commit is contained in:
parent
89df077104
commit
af9aa40d8b
@ -26,10 +26,8 @@ serde = { workspace = true, features = [ "derive" ] }
|
|||||||
serde_json.workspace = true
|
serde_json.workspace = true
|
||||||
serde_plain.workspace = true
|
serde_plain.workspace = true
|
||||||
unicode-width ="0.1.8"
|
unicode-width ="0.1.8"
|
||||||
regex = { workspace = true, optional = true }
|
|
||||||
|
|
||||||
# cli:
|
# cli:
|
||||||
tokio = { workspace = true, features = [], optional = true }
|
|
||||||
rustyline = { version = "9", optional = true }
|
rustyline = { version = "9", optional = true }
|
||||||
libc = { workspace = true, optional = true }
|
libc = { workspace = true, optional = true }
|
||||||
|
|
||||||
@ -39,6 +37,6 @@ proxmox-async.workspace = true
|
|||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = [ "cli", "server" ]
|
default = [ "cli", "server" ]
|
||||||
cli = [ "dep:env_logger", "dep:libc", "dep:rustyline", "dep:tokio", "dep:regex" ]
|
cli = [ "dep:env_logger", "dep:libc", "dep:rustyline" ]
|
||||||
server = [ "dep:http", "dep:hyper" ]
|
server = [ "dep:http", "dep:hyper" ]
|
||||||
test-harness = [ "proxmox-schema/test-harness" ]
|
test-harness = [ "proxmox-schema/test-harness" ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user