Skip to content

Commit

Permalink
Publish Tangle subxt to crates.io (#738)
Browse files Browse the repository at this point in the history
  • Loading branch information
shekohex authored Aug 12, 2024
1 parent e4a92c8 commit 050d607
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
5 changes: 0 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 5 additions & 8 deletions tangle-subxt/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,23 +1,20 @@
[package]
name = "tangle-subxt"
version = "0.1.4"
description = "Rust bindings and interface to interact with Tangle Network using subxt"
authors = { workspace = true }
edition = { workspace = true }
homepage = { workspace = true }
license = { workspace = true }
repository = { workspace = true }
keywards = ["blockchain", "tangle", "subxt"]
categories = ["cryptography", "cryptography::cryptocurrencies"]
exclude = ["./metadata"]
readme = "README.md"

[dependencies]
parity-scale-codec = { workspace = true }
scale-info = { workspace = true }
subxt = { version = "0.37.0", default-features = false, features = ["jsonrpsee", "native"] }
subxt-signer = { version = "0.37.0", default-features = false, features = ["subxt", "sr25519", "ecdsa", "std"] }
serde = { workspace = true, features = ["derive"] }

[dev-dependencies]
sp-core = { workspace = true }
sp-io = { workspace = true }
tokio = { workspace = true, features = ["full"] }
tangle-crypto-primitives = { path = "../primitives/crypto"}
hex = { workspace = true }

0 comments on commit 050d607

Please sign in to comment.