mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-03-21 17:41:52 +00:00
16 lines
358 B
TOML
16 lines
358 B
TOML
[package]
|
|
name = "firezone-linux-client"
|
|
# mark:automatic-version
|
|
version = "1.0.3"
|
|
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
|