Skip to content
This repository has been archived by the owner on Dec 18, 2020. It is now read-only.

Commit

Permalink
Kind of works now
Browse files Browse the repository at this point in the history
  • Loading branch information
foldu committed Oct 25, 2019
1 parent 08591c5 commit 0f17bad
Show file tree
Hide file tree
Showing 16 changed files with 999 additions and 194 deletions.
2 changes: 2 additions & 0 deletions .cargo/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[alias]
install-client = "install --path . --no-default-features --features client"
3 changes: 2 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
/target
**/target
**/*.rs.bk
.git
Dockerfile
docker-compose.yml
.dockerignore
.gitignore
data
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/target
**/*.rs.bk
data
target
Loading

0 comments on commit 0f17bad

Please sign in to comment.