Files
firezone/rust/linux-client/Cargo.toml
Jamil 1be77d4e2d chore: Bump versions to link 1.0.3 packages (#4924)
Link to latest binaries

Generated with `make -f scripts/Makefile`.

Just need a rubber-stamp, changes should be GTG
2024-05-08 21:09:50 +00:00

16 lines
358 B
TOML

[package]
name = "firezone-linux-client"
# mark:automatic-version
version = "1.0.4"
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