Skip to content

Commit

Permalink
Update doc and add CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel committed Mar 6, 2019
1 parent 716c196 commit 3392e30
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: rust
rust:
- stable
- beta
- nightly
script:
- cargo build --verbose
- cargo test --verbose
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
[package]
name = "base58-monero"
description = "Library with support for encoding/decoding Monero base58 strings, with and without checksum verification."
description = "Library with support for encoding/decoding Monero base58 strings."
keywords = ["monero", "base58", "base58-check"]
version = "0.1.0"
authors = ["h4sh3d <[email protected]>"]
license = "MIT"
license-file = "LICENSE"
documentation = "https://docs.rs/base58-monero"
repository = "https://github.com/monero-rs/base58-monero-rs"
readme = "README.md"

edition = "2018"

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Documentation](https://docs.rs/base58-monero/badge.svg)](https://docs.rs/base58-monero) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

Rust Monero Base58
===

Expand Down

0 comments on commit 3392e30

Please sign in to comment.