diff options
author | David Blajda <blajda@hotmail.com> | 2018-12-09 21:17:11 +0000 |
---|---|---|
committer | David Blajda <blajda@hotmail.com> | 2018-12-09 21:17:11 +0000 |
commit | 17c6e1ecf82d5a68eccdd62f7a9d757d101759fb (patch) | |
tree | f94e1bd4f0dd761074d680048c809801da4bb399 /.gitignore |
Init commit. Get json using async reqwest
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..53eaa21 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/target +**/*.rs.bk |