lobsters-api: init

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-09-22 05:33:18 +05:30
parent 7bb1fd6947
commit 7489100c26
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
13 changed files with 183 additions and 0 deletions

View file

@ -1,3 +1,4 @@
rootProject.name = "lobste.rs"
include ':app'
include ':data'
include ':lobsters-api'