aboutsummaryrefslogtreecommitdiff
path: root/short.nimble
diff options
context:
space:
mode:
authorJulien Dessaux2021-10-22 17:59:44 +0200
committerJulien Dessaux2021-10-25 15:22:24 +0200
commitad9b9c0f7bd4d95ddc54462970d33d92bab9392c (patch)
treeb8d130d728fda49c64b6e021da31afb2418b78a0 /short.nimble
parentInitial import (diff)
downloadshort-ad9b9c0f7bd4d95ddc54462970d33d92bab9392c.tar.gz
short-ad9b9c0f7bd4d95ddc54462970d33d92bab9392c.tar.bz2
short-ad9b9c0f7bd4d95ddc54462970d33d92bab9392c.zip
Added a functionning url shortening service
Diffstat (limited to 'short.nimble')
-rw-r--r--short.nimble16
1 files changed, 16 insertions, 0 deletions
diff --git a/short.nimble b/short.nimble
new file mode 100644
index 0000000..aed9b3a
--- /dev/null
+++ b/short.nimble
@@ -0,0 +1,16 @@
+# Package
+
+version = "0.1.0"
+author = "Julien Dessaux"
+description = "A simple, privacy friendly URL shortener"
+license = "EUPL-1.2"
+srcDir = "src"
+bin = @["short"]
+
+
+# Dependencies
+
+requires "nim >= 1.4.8",
+ "jester > 0.5.0",
+ "nimja >= 0.4.1",
+ "tiny_sqlite > 0.1.2"