Skip to content

Commit

Permalink
Add crate metadata
Browse files Browse the repository at this point in the history
Rigidity committed May 21, 2024

Unverified

This user has not yet uploaded their public signing key.
1 parent 280036a commit a72eead
Showing 6 changed files with 30 additions and 0 deletions.
5 changes: 5 additions & 0 deletions crates/chia-sdk-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -2,6 +2,11 @@
name = "chia-sdk-client"
version = "0.8.0"
edition = "2021"
license = "Apache-2.0"
description = "Utilities for connecting to Chia full node peers via the light wallet protocol."
authors = ["Brandon Haggstrom <[email protected]>"]
homepage = "https://github.com/Rigidity/chia-wallet-sdk"
repository = "https://github.com/Rigidity/chia-wallet-sdk"

[dependencies]
chia-client.workspace = true
5 changes: 5 additions & 0 deletions crates/chia-sdk-driver/Cargo.toml
Original file line number Diff line number Diff line change
@@ -2,6 +2,11 @@
name = "chia-sdk-driver"
version = "0.8.0"
edition = "2021"
license = "Apache-2.0"
description = "Driver code for interacting with standard puzzles on the Chia blockchain."
authors = ["Brandon Haggstrom <[email protected]>"]
homepage = "https://github.com/Rigidity/chia-wallet-sdk"
repository = "https://github.com/Rigidity/chia-wallet-sdk"

[dependencies]
chia-bls.workspace = true
5 changes: 5 additions & 0 deletions crates/chia-sdk-parser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -2,6 +2,11 @@
name = "chia-sdk-parser"
version = "0.8.0"
edition = "2021"
license = "Apache-2.0"
description = "Parsers for standard Chia puzzles, to determine information required to spend coins."
authors = ["Brandon Haggstrom <[email protected]>"]
homepage = "https://github.com/Rigidity/chia-wallet-sdk"
repository = "https://github.com/Rigidity/chia-wallet-sdk"

[dependencies]
chia-protocol.workspace = true
5 changes: 5 additions & 0 deletions crates/chia-sdk-signer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -2,6 +2,11 @@
name = "chia-sdk-signer"
version = "0.8.0"
edition = "2021"
license = "Apache-2.0"
description = "Calculates the BLS signatures required for coin spends in a transaction."
authors = ["Brandon Haggstrom <[email protected]>"]
homepage = "https://github.com/Rigidity/chia-wallet-sdk"
repository = "https://github.com/Rigidity/chia-wallet-sdk"

[dependencies]
chia-bls.workspace = true
5 changes: 5 additions & 0 deletions crates/chia-sdk-test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -2,6 +2,11 @@
name = "chia-sdk-test"
version = "0.8.0"
edition = "2021"
license = "Apache-2.0"
description = "A wallet simulator and related tooling for testing Chia wallet code."
authors = ["Brandon Haggstrom <[email protected]>"]
homepage = "https://github.com/Rigidity/chia-wallet-sdk"
repository = "https://github.com/Rigidity/chia-wallet-sdk"

[dependencies]
chia-bls.workspace = true
5 changes: 5 additions & 0 deletions crates/chia-sdk-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -2,6 +2,11 @@
name = "chia-sdk-types"
version = "0.8.0"
edition = "2021"
license = "Apache-2.0"
description = "Standard Chia types for things such as puzzle info and conditions."
authors = ["Brandon Haggstrom <[email protected]>"]
homepage = "https://github.com/Rigidity/chia-wallet-sdk"
repository = "https://github.com/Rigidity/chia-wallet-sdk"

[dependencies]
chia-bls.workspace = true

0 comments on commit a72eead

Please sign in to comment.