This commit is contained in:
joachimschmidt557 2019-07-19 00:34:41 +02:00
parent f340da7e02
commit 582b7743f7
4 changed files with 39 additions and 23 deletions

14
etherpad2latex.nimble Normal file
View file

@ -0,0 +1,14 @@
# Package
version = "0.1.0"
author = "joachimschmidt557"
description = "Fetch and compile latex from etherpad"
license = "MIT"
srcDir = "src"
bin = @["etherpad2latex"]
# Dependencies
requires "nim >= 0.20.0"