Partially Revert "Change nim's nimble files to make it installable" (#20296)

add nimsuggest.nimble back
This commit is contained in:
ringabout
2022-09-03 01:05:23 +08:00
committed by GitHub
parent 5ff06fd3c2
commit f540fd5cde

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"