diff --git a/cli-config/Cargo.toml b/cli-config/Cargo.toml index 9d32fe37..d2053219 100644 --- a/cli-config/Cargo.toml +++ b/cli-config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "miraland-cli-config" -description = "Blockchain for community beyond the horizon" +description = "Blockchain for sovereign individuals living in Mirascape Horizon" documentation = "https://docs.rs/miraland-cli-config" version = { workspace = true } authors = { workspace = true } diff --git a/cli-output/Cargo.toml b/cli-output/Cargo.toml index 6576aeb1..906524c3 100644 --- a/cli-output/Cargo.toml +++ b/cli-output/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "miraland-cli-output" -description = "Blockchain for community beyond the horizon" +description = "Blockchain for sovereign individuals living in Mirascape Horizon" documentation = "https://docs.rs/miraland-cli-output" version = { workspace = true } authors = { workspace = true } diff --git a/cli/Cargo.toml b/cli/Cargo.toml index fa534443..7a021b85 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "miraland-cli" -description = "Blockchain for community beyond the horizon" +description = "Blockchain for sovereign individuals living in Mirascape Horizon" documentation = "https://docs.rs/miraland-cli" version = { workspace = true } authors = { workspace = true } diff --git a/core/Cargo.toml b/core/Cargo.toml index 45c63e81..602bb98b 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "miraland-core" -description = "Blockchain for community beyond the horizon" +description = "Blockchain for sovereign individuals living in Mirascape Horizon" documentation = "https://docs.rs/miraland-core" readme = "../README.md" version = { workspace = true } diff --git a/genesis/Cargo.toml b/genesis/Cargo.toml index 8cf526c0..3bc0d8f7 100644 --- a/genesis/Cargo.toml +++ b/genesis/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "miraland-genesis" -description = "Blockchain for community beyond the horizon" +description = "Blockchain for sovereign individuals living in Mirascape Horizon" documentation = "https://docs.rs/miraland-genesis" version = { workspace = true } authors = { workspace = true } diff --git a/gossip/Cargo.toml b/gossip/Cargo.toml index 11ce1df2..e5d8fba5 100644 --- a/gossip/Cargo.toml +++ b/gossip/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "miraland-gossip" -description = "Blockchain for community beyond the horizon" +description = "Blockchain for sovereign individuals living in Mirascape Horizon" documentation = "https://docs.rs/miraland-gossip" version = { workspace = true } authors = { workspace = true } diff --git a/ledger-tool/Cargo.toml b/ledger-tool/Cargo.toml index 8bb24ac0..fc461318 100644 --- a/ledger-tool/Cargo.toml +++ b/ledger-tool/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "miraland-ledger-tool" -description = "Blockchain for community beyond the horizon" +description = "Blockchain for sovereign individuals living in Mirascape Horizon" documentation = "https://docs.rs/miraland-ledger-tool" version = { workspace = true } authors = { workspace = true } diff --git a/local-cluster/Cargo.toml b/local-cluster/Cargo.toml index a2d31df7..c80ef69d 100644 --- a/local-cluster/Cargo.toml +++ b/local-cluster/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "miraland-local-cluster" -description = "Blockchain for community beyond the horizon" +description = "Blockchain for sovereign individuals living in Mirascape Horizon" documentation = "https://docs.rs/miraland-local-cluster" version = { workspace = true } authors = { workspace = true } diff --git a/measure/Cargo.toml b/measure/Cargo.toml index 6930539d..9e1a586d 100644 --- a/measure/Cargo.toml +++ b/measure/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "miraland-measure" -description = "Blockchain for community beyond the horizon" +description = "Blockchain for sovereign individuals living in Mirascape Horizon" documentation = "https://docs.rs/miraland-measure" readme = "../README.md" version = { workspace = true } diff --git a/programs/sbf/Cargo.toml b/programs/sbf/Cargo.toml index 9b42babb..1867ba66 100644 --- a/programs/sbf/Cargo.toml +++ b/programs/sbf/Cargo.toml @@ -55,7 +55,7 @@ thiserror = "1.0" [package] name = "miraland-sbf-programs" -description = "Blockchain for community beyond the horizon" +description = "Blockchain for sovereign individuals living in Mirascape Horizon" documentation = "https://docs.rs/solana" readme = "README.md" publish = false diff --git a/remote-wallet/Cargo.toml b/remote-wallet/Cargo.toml index 2e83eee4..76d4a5e0 100644 --- a/remote-wallet/Cargo.toml +++ b/remote-wallet/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "miraland-remote-wallet" -description = "Blockchain for community beyond the horizon" +description = "Blockchain for sovereign individuals living in Mirascape Horizon" documentation = "https://docs.rs/miraland-remote-wallet" version = { workspace = true } authors = { workspace = true } diff --git a/stake-accounts/Cargo.toml b/stake-accounts/Cargo.toml index 065536c6..bb3ab2a7 100644 --- a/stake-accounts/Cargo.toml +++ b/stake-accounts/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "miraland-stake-accounts" -description = "Blockchain for community beyond the horizon" +description = "Blockchain for sovereign individuals living in Mirascape Horizon" documentation = "https://docs.rs/miraland-stake-accounts" version = { workspace = true } authors = { workspace = true } diff --git a/storage-bigtable/build-proto/Cargo.toml b/storage-bigtable/build-proto/Cargo.toml index 3b93fe66..94bdd99b 100644 --- a/storage-bigtable/build-proto/Cargo.toml +++ b/storage-bigtable/build-proto/Cargo.toml @@ -1,5 +1,5 @@ [package] -description = "Blockchain for community beyond the horizon" +description = "Blockchain for sovereign individuals living in Mirascape Horizon" name = "proto" publish = false version = { workspace = true } diff --git a/test-validator/Cargo.toml b/test-validator/Cargo.toml index 1bf04e47..38a2f851 100644 --- a/test-validator/Cargo.toml +++ b/test-validator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "miraland-test-validator" -description = "Blockchain for community beyond the horizon" +description = "Blockchain for sovereign individuals living in Mirascape Horizon" readme = "../README.md" version = { workspace = true } authors = { workspace = true } diff --git a/tokens/Cargo.toml b/tokens/Cargo.toml index f3eb6326..74bb4559 100644 --- a/tokens/Cargo.toml +++ b/tokens/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "miraland-tokens" -description = "Blockchain for community beyond the horizon" +description = "Blockchain for sovereign individuals living in Mirascape Horizon" documentation = "https://docs.rs/miraland-tokens" version = { workspace = true } authors = { workspace = true } diff --git a/turbine/Cargo.toml b/turbine/Cargo.toml index 513dc182..c708cf0c 100644 --- a/turbine/Cargo.toml +++ b/turbine/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "miraland-turbine" -description = "Blockchain for community beyond the horizon" +description = "Blockchain for sovereign individuals living in Mirascape Horizon" documentation = "https://docs.rs/miraland-turbine" version = { workspace = true } authors = { workspace = true } diff --git a/validator/Cargo.toml b/validator/Cargo.toml index ca7774d7..8b203226 100644 --- a/validator/Cargo.toml +++ b/validator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "miraland-validator" -description = "Blockchain for community beyond the horizon" +description = "Blockchain for sovereign individuals living in Mirascape Horizon" documentation = "https://docs.rs/miraland-validator" default-run = "miraland-validator" version = { workspace = true } diff --git a/watchtower/Cargo.toml b/watchtower/Cargo.toml index dd724b20..6dfcb7c7 100644 --- a/watchtower/Cargo.toml +++ b/watchtower/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "miraland-watchtower" -description = "Blockchain for community beyond the horizon" +description = "Blockchain for sovereign individuals living in Mirascape Horizon" documentation = "https://docs.rs/miraland-watchtower" version = { workspace = true } authors = { workspace = true }