From fa25001d7f2a1962de8990f077f7f1601679a292 Mon Sep 17 00:00:00 2001 From: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> Date: Sun, 13 Nov 2022 15:29:29 +0100 Subject: feat: Add JSON5 support, allows comments in JSON (#50) Some mods have comments in their JSON. Northstar handles it fine, so we should too. --- src-tauri/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src-tauri/Cargo.toml') 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 -- cgit v1.2.3