Skip to content

Commit

Permalink
add package to support metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Shourya742 committed Oct 8, 2024
1 parent c05d8cd commit 883eadb
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 3 deletions.
6 changes: 5 additions & 1 deletion protocols/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[package]
name = "stratum_v2_protocols"
version = "1.0.0"
authors = ["The Stratum v2 Developers"]
Expand All @@ -8,9 +9,12 @@ readme = "README.md"
homepage = "https://stratumprotocol.org"
repository = "https://github.com/stratum-mining/stratum"
license = "MIT + Apache-2.0"
license-file = "LICENSE.md"
keywords = ["stratum", "mining", "bitcoin", "protocol"]

[lib]
name = "stratum_v2_protocols"
path = "src/lib.rs"

[workspace]

resolver="2"
Expand Down
1 change: 1 addition & 0 deletions protocols/src/lib.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

4 changes: 4 additions & 0 deletions roles/Cargo.lock

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

6 changes: 5 additions & 1 deletion roles/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[package]
name = "stratum_v2_roles"
version = "0.1.0"
authors = ["The Stratum v2 Developers"]
Expand All @@ -8,9 +9,12 @@ readme = "README.md"
homepage = "https://stratumprotocol.org"
repository = "https://github.com/stratum-mining/stratum"
license = "MIT + Apache-2.0"
license-file = "LICENSE.md"
keywords = ["stratum", "mining", "bitcoin", "protocol"]

[lib]
name = "stratum_v2_roles"
path = "src/lib.rs"

[workspace]

resolver="2"
Expand Down
Empty file added roles/src/lib.rs
Empty file.
4 changes: 4 additions & 0 deletions utils/Cargo.lock

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

6 changes: 5 additions & 1 deletion utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[package]
name = "stratum_v2_utils"
version = "1.0.0"
authors = ["The Stratum v2 Developers"]
Expand All @@ -8,9 +9,12 @@ readme = "README.md"
homepage = "https://stratumprotocol.org"
repository = "https://github.com/stratum-mining/stratum"
license = "MIT + Apache-2.0"
license-file = "LICENSE.md"
keywords = ["stratum", "mining", "bitcoin", "protocol"]

[lib]
name = "stratum_v2_utils"
path = "src/lib.rs"

[workspace]
resolver="2"

Expand Down
Empty file added utils/src/lib.rs
Empty file.

0 comments on commit 883eadb

Please sign in to comment.