cleanup nimble file

This commit is contained in:
ThatBen 2024-05-10 14:04:27 +02:00
parent 5646f353cf
commit 9cc7d94f1a

View File

@ -5,11 +5,8 @@ author = "Michał Zieliński"
description = "LevelDB wrapper for Nim"
license = "MIT"
bin = @["leveldbtool"]
# installExt = @["nim", "cc", "h", "c", "cpp"]
installDirs = @["build", "leveldb", "vendor"]
installFiles = @["leveldb.nim"]
#"leveldbtool.nim", "prelude.nim"]
# Dependencies
requires "nim >= 1.4.0"