Julio Biason
6 years ago
commit
f108c33ff9
4 changed files with 21 additions and 0 deletions
@ -0,0 +1,10 @@
|
||||
# Downfav |
||||
|
||||
Download your favorites/likes from Mastodon/Twitter. |
||||
|
||||
## Architecture |
||||
|
||||
This is mostly an experiment in creating microservices with Rust. |
||||
|
||||
* `template` is a microservice that receives a template name and some data and |
||||
renders the template back to disk. |
@ -0,0 +1,7 @@
|
||||
[package] |
||||
name = "template" |
||||
version = "0.1.0" |
||||
authors = ["Julio Biason <julio.biason@deliverit.com.br>"] |
||||
edition = "2018" |
||||
|
||||
[dependencies] |
Loading…
Reference in new issue