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 d63daf87..d6da1030 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -40,6 +40,8 @@ reqwest = { version = "0.11", features = ["blocking"] } tauri-plugin-store = { git = "https://github.com/tauri-apps/tauri-plugin-store", branch = "dev" } # JSON5 parsing support (allows comments in JSON) json5 = "0.4.1" +# Async recursion for recursive mod install +async-recursion = "1.0.0" [features] # by default Tauri runs in production mode |