Skip to content

Commit

Permalink
Fixes to be able to upload to crates.io (#607)
Browse files Browse the repository at this point in the history
* Fixes to be able to upload to crates.io

* CLI homepage

* CLI homepage
  • Loading branch information
adizere authored Feb 4, 2021
1 parent 412380a commit 5dc0627
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions relayer-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
name = "ibc-relayer-cli"
version = "0.1.0"
edition = "2018"
license = "Apache-2.0"
readme = "README.md"
keywords = ["blockchain", "consensus", "cosmos", "ibc", "tendermint"]
homepage = "https://hermes.informal.systems/"
repository = "https://github.com/informalsystems/ibc-rs"
authors = [
"Informal Systems <hello@informal.systems>"
]
Expand Down
4 changes: 4 additions & 0 deletions relayer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
name = "ibc-relayer"
version = "0.1.0"
edition = "2018"
license = "Apache-2.0"
readme = "README.md"
keywords = ["blockchain", "consensus", "cosmos", "ibc", "tendermint"]
repository = "https://github.com/informalsystems/ibc-rs"
authors = [
"Informal Systems <hello@informal.systems>"
]
Expand Down
3 changes: 3 additions & 0 deletions relayer/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# IBC Relayer

This is the repository for the IBC Relayer built in Rust.

0 comments on commit 5dc0627

Please sign in to comment.