Skip to content

Commit

Permalink
chore: re-format packages table
Browse files Browse the repository at this point in the history
  • Loading branch information
aelesbao committed Oct 15, 2023
1 parent ad29d26 commit 0cd0d96
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ Rust SDK for Archway.

## Packages

| Package | Version | Docs | Description |
|-------------------------------------------|:---------------------------------------------:|:-----------------------------------------------------:|:------------------------------------------------------|
| [`archway-bindings`](./packages/bindings) | [![crates.io][bindings-image]][bindings-link] | [![docs.rs][bindings-docs-image]][bindings-docs-link] | CosmWasm bindings to interact with Archway's modules. |
| [`archway-proto`](./packages/proto) | [![crates.io][proto-image]][proto-link] | [![docs.rs][proto-docs-image]][proto-docs-link] | Rust build of Archway's ProtoBuf definitions. |
| Package | Description | Version | Docs |
|-----------------------------------|:------------------------------------------------------|:---------------------------------------------:|:-----------------------------------------------------:|
| [`bindings`](./packages/bindings) | CosmWasm bindings to interact with Archway's modules. | [![crates.io][bindings-image]][bindings-link] | [![docs.rs][bindings-docs-image]][bindings-docs-link] |
| [`proto`](./packages/proto) | Rust build of Archway's ProtoBuf definitions. | [![crates.io][proto-image]][proto-link] | [![docs.rs][proto-docs-image]][proto-docs-link] |

## License

Expand Down

0 comments on commit 0cd0d96

Please sign in to comment.