diff options
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 8bedfb8e..eb28f626 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -22,6 +22,8 @@ tokio = { version = "1", features = ["full"] } sentry = "0.27.0" # Find steam games steamlocate = "1.0.2" +# Error messages +anyhow = "1.0" [features] # by default Tauri runs in production mode |