-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Joel
committed
Mar 6, 2019
1 parent
716c196
commit 3392e30
Showing
3 changed files
with
13 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters