diff --git a/Cargo.toml b/Cargo.toml index 083f1fe..90fb376 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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] diff --git a/README.md b/README.md index 3d487bf..19875ca 100644 --- a/README.md +++ b/README.md @@ -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 -> 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 \ No newline at end of file