Skip to content

Commit

Permalink
Badges
Browse files Browse the repository at this point in the history
  • Loading branch information
poplexity committed Jan 3, 2024
1 parent 74c8e6e commit e2eaf68
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# AntelopeIO Rust SDK

[<img alt="Crates.io Version" src="https://img.shields.io/crates/v/antelope-client?style=for-the-badge&logo=rust">](https://crates.io/crates/antelope-client)
[<img alt="docs.rs" src="https://img.shields.io/docsrs/antelope-client?style=for-the-badge&logo=docs.rs&label=docs.rs">](https://docs.rs/antelope-client)
[<img alt="GitHub Workflow Status (with event)" src="https://img.shields.io/github/actions/workflow/status/telosnetwork/antelope-rs/on_push.yml?style=for-the-badge&logo=github">](https://github.com/telosnetwork/antelope-rs/actions)

## Description
A Rust library for interacting with Antelope blockchains. Currently a work in progress, interfaces may change before the `1.0.0` release is cut.

Expand Down
1 change: 0 additions & 1 deletion crates/antelope/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ categories.workspace = true
readme = "../../README.md"
exclude = ["tests"]


[lib]
name = "antelope"

Expand Down
1 change: 1 addition & 0 deletions crates/macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "antelope-client-macros"
description = "A proc-macro crate for StructPacker"
version = "0.1.0"
documentation = ""

edition.workspace = true
rust-version.workspace = true
Expand Down

0 comments on commit e2eaf68

Please sign in to comment.