fixes version-1-6 branch; add nimsuggest.nimble back (#21460)

This commit is contained in:
ringabout
2023-03-02 12:03:57 +08:00
committed by GitHub
parent 4fbd28a1a4
commit a67f89e643

View File

@@ -0,0 +1,8 @@
version = "0.1.0"
author = "Andreas Rumpf"
description = "Tool for providing auto completion data for Nim source code."
license = "MIT"
bin = @["nimsuggest"]
requires "nim >= 1.1.1"