mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
Closes #4682 Closes #4691 ```[tasklist] # Before merging - [x] Wait for `linux-group` test to go green on `main` (#4692) - [ ] Wait for those browsers tests to get fixed - [ ] *All* compatibility tests must pass on this branch ``` --------- Signed-off-by: Reactor Scram <ReactorScram@users.noreply.github.com> Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
16 lines
358 B
TOML
16 lines
358 B
TOML
[package]
|
|
name = "firezone-linux-client"
|
|
# mark:automatic-version
|
|
version = "1.0.0"
|
|
edition = "2021"
|
|
authors = ["Firezone, Inc."]
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
anyhow = { version = "1.0" }
|
|
firezone-headless-client = { path = "../headless-client" }
|
|
|
|
[lints]
|
|
workspace = true
|