Skip to content

Commit

Permalink
fix descriptions and licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
claravanstaden authored and claravanstaden committed Dec 15, 2023
1 parent be54fca commit 6cd32aa
Show file tree
Hide file tree
Showing 14 changed files with 24 additions and 2 deletions.
2 changes: 1 addition & 1 deletion parachain/pallets/ethereum-beacon-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version = "0.0.1"
edition = "2021"
authors = ["Snowfork <[email protected]>"]
repository = "https://github.com/Snowfork/snowbridge"
license = "PENDING/TBC"
license = "Apache-2.0"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
Expand Down
1 change: 1 addition & 0 deletions parachain/pallets/inbound-queue/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ version = "0.1.1"
edition = "2021"
authors = ["Snowfork <[email protected]>"]
repository = "https://github.com/Snowfork/snowbridge"
license = "Apache-2.0"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
Expand Down
1 change: 1 addition & 0 deletions parachain/pallets/outbound-queue/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ version = "0.1.1"
edition = "2021"
authors = ["Snowfork <[email protected]>"]
repository = "https://github.com/Snowfork/snowbridge"
license = "Apache-2.0"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
Expand Down
1 change: 1 addition & 0 deletions parachain/pallets/outbound-queue/merkle-tree/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ version = "0.1.1"
edition = "2021"
authors = ["Snowfork <[email protected]>"]
repository = "https://github.com/Snowfork/snowbridge"
license = "Apache-2.0"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
Expand Down
2 changes: 2 additions & 0 deletions parachain/pallets/outbound-queue/runtime-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
[package]
name = "snowbridge-outbound-queue-runtime-api"
description = "Snowbridge Outbound Queue Runtime API"
version = "0.1.0"
edition = "2021"
authors = ["Snowfork <[email protected]>"]
repository = "https://github.com/Snowfork/snowbridge"
license = "Apache-2.0"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
Expand Down
3 changes: 2 additions & 1 deletion parachain/pallets/system/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
[package]
name = "snowbridge-system"
version = "0.1.1"
description = "Snowbridge System"
version = "0.1.1"
authors = ["Snowfork <[email protected]>"]
edition = "2021"
repository = "https://github.com/Snowfork/snowbridge"
license = "Apache-2.0"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
Expand Down
2 changes: 2 additions & 0 deletions parachain/pallets/system/runtime-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
[package]
name = "snowbridge-system-runtime-api"
description = "Snowbridge System Runtime API"
version = "0.1.0"
edition = "2021"
authors = ["Snowfork <[email protected]>"]
repository = "https://github.com/Snowfork/snowbridge"
license = "Apache-2.0"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
Expand Down
2 changes: 2 additions & 0 deletions parachain/primitives/beacon/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[package]
name = "snowbridge-beacon-primitives"
description = "Snowbridge Beacon Primitives"
version = "0.0.1"
authors = ["Snowfork <[email protected]>"]
edition = "2021"
license = "Apache-2.0"

[dependencies]
serde = { version = "1.0.188", optional = true, features = ["derive"] }
Expand Down
2 changes: 2 additions & 0 deletions parachain/primitives/core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[package]
name = "snowbridge-core"
description = "Snowbridge Core"
version = "0.1.1"
authors = ["Snowfork <[email protected]>"]
edition = "2021"
license = "Apache-2.0"

[dependencies]
serde = { version = "1.0.188", optional = true, features = ["alloc", "derive"], default-features = false }
Expand Down
2 changes: 2 additions & 0 deletions parachain/primitives/ethereum/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[package]
name = "snowbridge-ethereum"
description = "Snowbridge Ethereum"
version = "0.1.0"
authors = ["Snowfork <[email protected]>"]
edition = "2021"
license = "Apache-2.0"

[dependencies]
serde = { version = "1.0.188", optional = true, features = ["derive"] }
Expand Down
2 changes: 2 additions & 0 deletions parachain/primitives/router/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[package]
name = "snowbridge-router-primitives"
description = "Snowbridge Router Primitives"
version = "0.1.1"
authors = ["Snowfork <[email protected]>"]
edition = "2021"
license = "Apache-2.0"

[dependencies]
serde = { version = "1.0.188", optional = true, features = ["derive"] }
Expand Down
2 changes: 2 additions & 0 deletions parachain/runtime/rococo-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[package]
name = "snowbridge-rococo-common"
description = "Snowbridge Rococo Common"
version = "0.0.1"
authors = ["Snowfork <[email protected]>"]
edition = "2021"
license = "Apache-2.0"

[dependencies]
log = { version = "0.4.20", default-features = false }
Expand Down
2 changes: 2 additions & 0 deletions parachain/runtime/runtime-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[package]
name = "snowbridge-runtime-common"
description = "Snowbridge Runtime Common"
version = "0.1.1"
authors = ["Snowfork <[email protected]>"]
edition = "2021"
license = "Apache-2.0"

[dependencies]
log = { version = "0.4.20", default-features = false }
Expand Down
2 changes: 2 additions & 0 deletions parachain/runtime/tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[package]
name = "snowbridge-runtime-tests"
description = "Snowbridge Runtime Tests"
version = "0.1.0"
authors = ["Snowfork <[email protected]>"]
edition = "2021"
license = "Apache-2.0"

[dependencies]
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }
Expand Down

0 comments on commit 6cd32aa

Please sign in to comment.