mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-28 10:18:51 +00:00
- Removes version numbers from infra components (elixir/relay) - Removes version bumping from Rust workspace members that don't get published - Splits release publishing into `gateway-`, `headless-client-`, and `gui-client-` - Removes auto-deploying new infrastructure when a release is published. Use the Deploy Production workflow instead. Fixes #4397
17 lines
445 B
TOML
17 lines
445 B
TOML
[package]
|
|
name = "firezone-cli-utils"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
url = { version = "2.3.1", default-features = false }
|
|
tracing-subscriber = { workspace = true, features = ["env-filter"] }
|
|
tracing = { workspace = true }
|
|
tracing-log = "0.2"
|
|
clap = { version = "4.5", features = ["derive", "env"] }
|
|
|
|
[lints]
|
|
workspace = true
|