fix(gui-client): move tslink metadata (#9817)

A recent release of `tslink` now supports configuration via the
`package.metadata` table which resolved a warning about "unknown key"
that we have seeing for a while.
This commit is contained in:
Thomas Eizinger
2025-07-10 16:54:50 +02:00
committed by GitHub
parent 0c151a2a96
commit b4b50b5615

View File

@@ -8,6 +8,9 @@ default-run = "firezone-gui-client"
authors = ["Firezone, Inc."]
license = { workspace = true }
[package.metadata.tslink]
enum_representation = "discriminated"
[features]
# this feature is used for production builds or when `devPath` points to the filesystem
# DO NOT REMOVE!!
@@ -98,6 +101,3 @@ tempfile = { workspace = true }
[lints]
workspace = true
[tslink]
enum_representation = "discriminated"