Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
fpgaminer committed Feb 25, 2016
0 parents commit 7807220
Show file tree
Hide file tree
Showing 29 changed files with 3,791 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
target
/keyfile
/acd.authorization.json
/acd.cache.sqlite
/acd.endpoint.json
/acd.security_profile.json
/cache.sqlite
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: rust
sudo: false
rust:
- stable
- beta
addons:
apt:
packages:
- liblzma-dev
script:
- cargo build --verbose
- cargo test --verbose
7 changes: 7 additions & 0 deletions COPYRIGHT
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
This project is copyright 2016, fpgaminer.

Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
http://www.apache.org/licenses/LICENSE-2.0> or the MIT license <LICENSE-MIT or
http://opensource.org/licenses/MIT>, at your option. All files in the project
carrying such notice may not be copied, modified, or distributed except
according to those terms.
Loading

0 comments on commit 7807220

Please sign in to comment.