Added fuzzy string matching as a fallback to the whois command

This commit is contained in:
barelyprofessional
2024-09-15 13:48:14 +08:00
parent e2cd755a10
commit 37f161663b
2 changed files with 9 additions and 3 deletions

View File

@@ -18,6 +18,7 @@
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.8" />
<PackageReference Include="NLog" Version="5.3.3" />
<PackageReference Include="Raffinert.FuzzySharp" Version="2.0.3" />
<PackageReference Include="System.Runtime.Caching" Version="8.0.0" />
<PackageReference Include="System.Text.Json" Version="8.0.4" />
<PackageReference Include="Zalgo" Version="0.3.0" />