added WIP burrkmarks

This commit is contained in:
Paul Wilde 2022-10-18 12:18:26 +01:00
parent 6d9f5a8da3
commit 346e54811e
2 changed files with 18 additions and 0 deletions

View file

@ -0,0 +1,13 @@
# Package
version = "0.1.0"
author = "Paul Wilde"
description = "A dmenu/rofi bookmark manager"
license = "GPL-2.0-or-later"
srcDir = "src"
bin = @["burrkmarks"]
# Dependencies
requires "nim >= 1.6.6"

View file

@ -0,0 +1,5 @@
# This is just an example to get you started. A typical binary package
# uses this file as the main entry point of the application.
when isMainModule:
echo("Hello, World!")