mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-06-07 14:16:30 +00:00
3 lines
155 B
C#
3 lines
155 B
C#
|
|
namespace AIStudio.Tools.Rust;
|
||
|
|
|
||
|
|
public readonly record struct RuntimeInfoResponse(string WorkingDirectory, string ExecutablePath, string LinuxPackageType);
|