tla-rs 0.1.0

Rust implementation of the IronFleet verified distributed systems framework
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>net6.0</TargetFramework>
  </PropertyGroup>

  <PropertyGroup>
    <NoWarn>1701;1702;162;164;168;183;219;436;1717;1718</NoWarn>
  </PropertyGroup>

  <PropertyGroup>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  </PropertyGroup>

  <PropertyGroup>
    <StartupObject>IronLockServer.Program</StartupObject>
  </PropertyGroup>

  <ItemGroup>
    <Compile Include="..\Common\IoFramework.cs" />
    <Compile Include="..\Common\IoNative.cs" />
    <Compile Include="..\Common\Profiler.cs" />
  </ItemGroup>

  <ItemGroup>
    <PackageReference Include="MathNet.Numerics" Version="5.0.0" />
  </ItemGroup>
</Project>