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 4e0d2cba..ab2de8bf 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -38,6 +38,8 @@ sysinfo = "0.26.2" reqwest = { version = "0.11", features = ["blocking"] } # Persistent store for settings 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" [features] # by default Tauri runs in production mode |