mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 14:49:32 +00:00
Initial commit
This commit is contained in:
commit
cea5cc0523
14 changed files with 1370 additions and 0 deletions
14
nitter.nimble
Normal file
14
nitter.nimble
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# Package
|
||||
|
||||
version = "0.1.0"
|
||||
author = "zedeus"
|
||||
description = "An alternative front-end for Twitter"
|
||||
license = "AGPL-3.0"
|
||||
srcDir = "src"
|
||||
bin = @["nitter"]
|
||||
|
||||
|
||||
# Dependencies
|
||||
|
||||
requires "nim >= 0.19.9"
|
||||
requires "regex", "nimquery", "nimcrypto", "norm", "jester"
|
||||
Loading…
Reference in a new issue