Skip to content

Commit

Permalink
Initial release of j2_render
Browse files Browse the repository at this point in the history
  • Loading branch information
lumasepa committed Sep 6, 2019
0 parents commit 6e73cb5
Show file tree
Hide file tree
Showing 16 changed files with 1,158 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .cargo/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[target.x86_64-apple-darwin]
linker = "x86_64-apple-darwin17-clang"
ar = "x86_64-apple-darwin17 -ar"
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/target
**/*.rs.bk
.idea
Loading

0 comments on commit 6e73cb5

Please sign in to comment.