Skip to content

Commit

Permalink
license all HS/* and builder/* crates
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-maron committed Feb 10, 2025
1 parent 1c74e88 commit c2996e3
Show file tree
Hide file tree
Showing 21 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions hotshot-builder-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "hotshot-builder-api"
version = "0.1.7"
edition = "2021"
license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
Expand Down
1 change: 1 addition & 0 deletions hotshot-builder-core-refactored/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "hotshot-builder-core-refactored"
version = { workspace = true }
edition = { workspace = true }
license = "MIT"

[dependencies]
marketplace-builder-shared = { workspace = true }
Expand Down
1 change: 1 addition & 0 deletions hotshot-builder-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "hotshot-builder-core"
version = { workspace = true }
edition = { workspace = true }
license = "MIT"

[dependencies]
marketplace-builder-shared = { workspace = true }
Expand Down
2 changes: 2 additions & 0 deletions hotshot-events-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
name = "hotshot-events-service"
version = "0.1.57"
edition = "2021"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
Expand Down
1 change: 1 addition & 0 deletions hotshot-example-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = { workspace = true }
edition = { workspace = true }
description = "Types and traits for the HotShot consesus module"
authors = { workspace = true }
license = "MIT"

[features]
default = []
Expand Down
1 change: 1 addition & 0 deletions hotshot-examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ edition = { workspace = true }
name = "hotshot-examples"
readme = "README.md"
version = { workspace = true }
license = "MIT"

[features]
default = ["docs", "doc-images", "hotshot-testing"]
Expand Down
1 change: 1 addition & 0 deletions hotshot-fakeapi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "hotshot-fakeapi"
version = { workspace = true }
authors = { workspace = true }
edition = { workspace = true }
license = "MIT"

[dependencies]
anyhow = { workspace = true }
Expand Down
1 change: 1 addition & 0 deletions hotshot-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "hotshot-macros"
version = { workspace = true }
edition = { workspace = true }
description = "Macros for hotshot tests"
license = "MIT"

[dependencies]
derive_builder = { workspace = true }
Expand Down
1 change: 1 addition & 0 deletions hotshot-orchestrator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "hotshot-orchestrator"
version = { workspace = true }
edition = { workspace = true }
license = "MIT"

[dependencies]
anyhow = { workspace = true }
Expand Down
1 change: 1 addition & 0 deletions hotshot-stake-table/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description = "Stake table implementations for HotShot"
version = { workspace = true }
authors = { workspace = true }
edition = { workspace = true }
license = "MIT"

[dependencies]
ark-bn254 = "0.4"
Expand Down
1 change: 1 addition & 0 deletions hotshot-state-prover/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ version = { workspace = true }
authors = { workspace = true }
edition = { workspace = true }


[dependencies]
anyhow = { workspace = true }
ark-bn254 = { workspace = true }
Expand Down
1 change: 1 addition & 0 deletions hotshot-task-impls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description = "Async task implementations for consensus"
edition = { workspace = true }
name = "hotshot-task-impls"
version = { workspace = true }
license = "MIT"

[features]
example-upgrade = []
Expand Down
2 changes: 2 additions & 0 deletions hotshot-task/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ authors = { workspace = true }
name = "hotshot-task"
version = { workspace = true }
edition = { workspace = true }
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
Expand Down
1 change: 1 addition & 0 deletions hotshot-testing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = { workspace = true }
edition = { workspace = true }
description = "Types and traits for the HotShot consesus module"
authors = { workspace = true }
license = "MIT"

[features]
default = []
Expand Down
1 change: 1 addition & 0 deletions hotshot-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description = "Types and traits for the HotShot consesus module"
edition = "2021"
name = "hotshot-types"
version = "0.1.11"
license = "MIT"

[dependencies]
anyhow = { workspace = true }
Expand Down
1 change: 1 addition & 0 deletions hotshot-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "hotshot-utils"
version = { workspace = true }
edition = { workspace = true }
description = "Utils"
license = "MIT"

[dependencies]
tracing = { workspace = true }
Expand Down
1 change: 1 addition & 0 deletions hotshot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ edition = { workspace = true }
name = "hotshot"
readme = "README.md"
version = { workspace = true }
license = "MIT"

[features]
default = ["docs", "doc-images"]
Expand Down
1 change: 1 addition & 0 deletions marketplace-builder-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "marketplace-builder-core"
version = { workspace = true }
edition = { workspace = true }
license = "MIT"

[dependencies]
marketplace-builder-shared = { workspace = true }
Expand Down
1 change: 1 addition & 0 deletions marketplace-builder-shared/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "marketplace-builder-shared"
version = { workspace = true }
edition = { workspace = true }
license = "MIT"

[dependencies]
anyhow = { workspace = true }
Expand Down
1 change: 1 addition & 0 deletions marketplace-builder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description = "A standalone builder service, marketplace version"
version = { workspace = true }
authors = { workspace = true }
edition = { workspace = true }
license = "MIT"

[features]
testing = ["hotshot-query-service", "sequencer-utils", "tempfile"]
Expand Down
1 change: 1 addition & 0 deletions request-response/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "request-response"
version = { workspace = true }
edition = { workspace = true }
license = "MIT"

[dev-dependencies]
serde = { workspace = true }
Expand Down

0 comments on commit c2996e3

Please sign in to comment.