mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
Only user-facing if users are using the Docker image for the Linux client. I split off a module for `/etc/resolv.conf` since the code and unit tests are about 300 lines and aren't related to the rest of the `tun_linux.rs` code. --------- Signed-off-by: Reactor Scram <ReactorScram@users.noreply.github.com>
21 lines
621 B
TOML
21 lines
621 B
TOML
[package]
|
|
name = "firezone-linux-client"
|
|
# mark:automatic-version
|
|
version = "1.0.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
secrecy = { workspace = true }
|
|
connlib-client-shared = { workspace = true }
|
|
connlib-shared = { workspace = true }
|
|
firezone-cli-utils = { workspace = true }
|
|
anyhow = { version = "1.0" }
|
|
tracing = { workspace = true }
|
|
clap = { version = "4.4", features = ["derive", "env"] }
|
|
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
|
|
humantime = "2.1"
|
|
resolv-conf = "0.7.0"
|
|
thiserror = "1.0.57"
|