diff options
Diffstat (limited to 'nimpb.nimble')
| -rw-r--r-- | nimpb.nimble | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/nimpb.nimble b/nimpb.nimble index 28247db..067245e 100644 --- a/nimpb.nimble +++ b/nimpb.nimble @@ -5,6 +5,12 @@ license = "MIT" skipDirs = @["examples", "tests"] -bin = @["nimpb/compiler/compiler"] +bin = @["nimpb/compiler/nimpb_build"] requires "nim >= 0.18.0" + +# Hard dependency for now. In the future we could make nimpb_protoc download +# stuff on-demand which would make the dependency a bit lighter. Especially +# if a user already has the protoc compiler somewhere, in which case +# nimpb_protoc might be unnecessary. +requires "nimpb_protoc" |
