mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-13 10:24:20 +01:00
17 lines
420 B
TOML
17 lines
420 B
TOML
|
[package]
|
||
|
edition = "2021"
|
||
|
exclude = ["index.node"]
|
||
|
license = "GPL-3.0"
|
||
|
name = "desktop_proxy"
|
||
|
version = "0.0.0"
|
||
|
publish = false
|
||
|
|
||
|
[dependencies]
|
||
|
anyhow = "=1.0.86"
|
||
|
desktop_core = { path = "../core", default-features = false }
|
||
|
futures = "0.3.30"
|
||
|
log = "0.4.21"
|
||
|
simplelog = "0.12.2"
|
||
|
tokio = { version = "1.38.0", features = ["io-std", "io-util", "macros", "rt"] }
|
||
|
tokio-util = { version = "0.7.11", features = ["codec"] }
|