diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index d984ca5a..74deb07d 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -8,6 +8,7 @@ repository = "https://github.com/DefGuard/client" default-run = "defguard-client" edition = "2021" rust-version = "1.60" +authors = ["Defguard"] [build-dependencies] tauri-build = { version = "1.5", features = [] }