Skip to content

Commit

Permalink
Rename crate to opentimestamps
Browse files Browse the repository at this point in the history
  • Loading branch information
apoelstra committed Apr 17, 2017
1 parent 1bef0f5 commit 392e7d2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[package]
name = "ots"
name = "opentimestamps"
version = "0.1.2"
authors = ["Andrew Poelstra <[email protected]>"]
license = "CC0-1.0"
homepage = "https://github.com/apoelstra/rust-ots/"
repository = "https://github.com/apoelstra/rust-ots/"
documentation = "https://www.wpsoftware.net/rustdoc/ots/"
homepage = "https://github.com/apoelstra/rust-opentimestamps/"
repository = "https://github.com/apoelstra/rust-opentimestamps/"
documentation = "https://www.wpsoftware.net/rustdoc/opentimestamps/"
description = "Rust library for parsing, verifying and serializing OpenTimestamps timestamps"

keywords = [ "crypto", "bitcoin", "ots", "opentimestamps", "timestamping" ]

[lib]
name = "ots"
name = "opentimestamps"
path = "src/lib.rs"

[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion src/bin/ots_info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#![deny(missing_docs)]

extern crate env_logger;
extern crate ots;
extern crate opentimestamps as ots;

use std::{env, fs, process};

Expand Down

0 comments on commit 392e7d2

Please sign in to comment.