Skip to content

Commit

Permalink
travis & appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
Scarjit committed Aug 1, 2019
1 parent 1c0742c commit 8476a36
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -9,7 +9,7 @@ license = "Apache-2.0"
[badges]
appveyor = { repository = "Scarjit/easy_xxhash64", branch = "master", service = "github" }
travis-ci = { repository = "arma3modorganizer/easy_xxhash64", branch = "master" }
#coveralls = { repository = "https://github.com/arma3modorganizer/CLI-Interface", branch = "master", service = "github" }
coveralls = { repository = "https://github.com/arma3modorganizer/easy_xxhash64", branch = "master", service = "github" }
maintenance = { status = "actively-developed" }

[dependencies]
Expand Down
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -14,8 +14,10 @@ Easy to use crypto libary for xxHash64, based on [rust-fasthash](https://github.
- Wraps IOError into CryptoError.
- hash_byte_vec provides `Vec<u8> -> u64`.

## Licenses
### [EasyXXHash64](https://github.com/arma3modorganizer/EasyXXHash64)
## Licenses
EasyXXHash64 is developed under [Apache 2.0 License](https://github.com/arma3modorganizer/EasyXXHash64/LICENSE).

EasyXXHash64 is based on [rust-fasthash](https://github.com/flier/rust-fasthash), released under [Apache 2.0 License](https://github.com/flier/rust-fasthash/blob/master/LICENSE).

## Credits
- [Jetbrains](https://www.jetbrains.com/) for CLion <3

0 comments on commit 8476a36

Please sign in to comment.