Compare commits
No commits in common. "ae14fa08dd90e6deca0ba1863486a6f45d5eb254" and "d8b0a159b8c1b89987cf2f9a108f5f70443fc28c" have entirely different histories.
ae14fa08dd
...
d8b0a159b8
2 changed files with 0 additions and 18 deletions
|
@ -1,13 +0,0 @@
|
|||
# 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"
|
|
@ -1,5 +0,0 @@
|
|||
# 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!")
|
Loading…
Reference in a new issue