chore(gui-client): set author key in the Cargo.toml manifest (#4233)

This fixes a warning about the `Maintainer` field in the deb being
empty, when you install it
This commit is contained in:
Reactor Scram
2024-03-20 17:21:13 -05:00
committed by GitHub
parent 29cc0096a8
commit 9f9e66aec6

View File

@@ -5,6 +5,7 @@ version = "1.0.0"
description = "Firezone"
edition = "2021"
default-run = "firezone-gui-client"
authors = ["Firezone, Inc."]
[build-dependencies]
anyhow = { version = "1.0" }