diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2024-08-03 00:13:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-03 00:13:03 +0200 |
commit | 1ac4198ec988ac49cb7740336df7a43bab3fbe52 (patch) | |
tree | 3ae119f2ac4374a643ab2ebafd8fc9b584b7a2c1 /src-tauri/Cargo.toml | |
parent | 878f50ccd042f6768646131f29323d25c5142519 (diff) | |
download | FlightCore-1ac4198ec988ac49cb7740336df7a43bab3fbe52.tar.gz FlightCore-1ac4198ec988ac49cb7740336df7a43bab3fbe52.zip |
feat: Pick random adjective when generating release notes (#995)
from a list of predefined ones
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 4d28ca2e..210c76b8 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -65,6 +65,8 @@ semver = "1.0" # simplified filesystem access glob = "0.3.1" dirs = "5" +# Random number stuff +rand = "0.8.5" # Interacting with GitHub octocrab = "0.38.0" |