diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2023-02-09 08:27:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-09 08:27:39 +0100 |
commit | fd4712accb319cd0084f7e97fea4d9d1299d8938 (patch) | |
tree | e63d4f8a3a3168e01b42b5cc4c103f79b28a10bc /src-tauri/Cargo.toml | |
parent | 7df1f2dbc038d0d93463249f15ca2e1e7ec23094 (diff) | |
download | FlightCore-fd4712accb319cd0084f7e97fea4d9d1299d8938.tar.gz FlightCore-fd4712accb319cd0084f7e97fea4d9d1299d8938.zip |
feat: Add version number to user-agent (#173)
* feat: Add version number to user-agent
Uses a crate that allows for formatting at compile time.
* fix: Add comment
Diffstat (limited to 'src-tauri/Cargo.toml')
-rw-r--r-- | src-tauri/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index d88b8231..693aad9a 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -46,6 +46,8 @@ game-scanner = "1.1.4" chrono = "0.4.23" # TypeScript bindings ts-rs = "6.1" +# const formatting +const_format = "0.2.30" [features] # by default Tauri runs in production mode |