Files
firezone/rust/firezone-cli-utils/Cargo.toml
Jamil 7c5669ef51 chore: bump version to 1.0.5 for linux/windows (#5093)
Just need a rubberstamp. This was generated with `make -f
scripts/Makefile version`
2024-05-22 18:25:12 +00:00

18 lines
470 B
TOML

[package]
name = "firezone-cli-utils"
# mark:automatic-version
version = "1.0.6"
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