diff --git a/static/assets/tools.json b/static/assets/tools.json index 573ad18e..7532e4fb 100644 --- a/static/assets/tools.json +++ b/static/assets/tools.json @@ -153,7 +153,7 @@ "license": "osi", "url": "https://crates.io/crates/fmi", "vendor": "John Hughes", - "vendorURL": "https://crates.io/users/jondo2010", + "vendorURL": "https://github.com/jondo2010/rust-fmi", "description": "A Rust interface to FMUs (Functional Mock-up Units) that follow the FMI Standard.", "features": [], "platforms": [ @@ -162,13 +162,16 @@ "Windows" ], "interfaces": [ - "library" + "library", + "CLI" ], "fmiVersions": [ "2.0", "3.0" ], - "fmuExport": [], + "fmuExport": [ + "ME" + ], "fmuImport": [ "ME", "CS",