From 38544347cf8e7598b533dac150a10cad69089139 Mon Sep 17 00:00:00 2001 From: Farhad Shabani Date: Wed, 11 Sep 2024 16:03:04 -0700 Subject: [PATCH] chore: taplo fmt --- cairo-contracts/packages/apps/Scarb.toml | 3 ++- cairo-contracts/packages/clients/Scarb.toml | 3 ++- cairo-contracts/packages/contracts/Scarb.toml | 5 +++-- cairo-contracts/packages/core/Scarb.toml | 1 + cairo-contracts/packages/utils/Scarb.toml | 3 ++- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/cairo-contracts/packages/apps/Scarb.toml b/cairo-contracts/packages/apps/Scarb.toml index 4baf2296..22ce4b2d 100644 --- a/cairo-contracts/packages/apps/Scarb.toml +++ b/cairo-contracts/packages/apps/Scarb.toml @@ -9,7 +9,8 @@ repository = { workspace = true } license = { workspace = true } Readme = { workspace = true } keywords = { workspace = true } -description = """ + +description = """ Provides the implementation of IBC applications for Starknet. """ diff --git a/cairo-contracts/packages/clients/Scarb.toml b/cairo-contracts/packages/clients/Scarb.toml index dabc69ba..364d38b0 100644 --- a/cairo-contracts/packages/clients/Scarb.toml +++ b/cairo-contracts/packages/clients/Scarb.toml @@ -9,7 +9,8 @@ repository = { workspace = true } license = { workspace = true } Readme = { workspace = true } keywords = { workspace = true } -description = """ + +description = """ Provides the implementation of IBC clients for Starknet. """ diff --git a/cairo-contracts/packages/contracts/Scarb.toml b/cairo-contracts/packages/contracts/Scarb.toml index 061593c9..9803bb66 100644 --- a/cairo-contracts/packages/contracts/Scarb.toml +++ b/cairo-contracts/packages/contracts/Scarb.toml @@ -9,7 +9,8 @@ repository = { workspace = true } license = { workspace = true } Readme = { workspace = true } keywords = { workspace = true } -description = """ + +description = """ A set of IBC Cairo contracts that integrate IBC protocol with Starknet. """ @@ -33,4 +34,4 @@ fmt = { workspace = true } [[target.starknet-contract]] allowed-libfuncs-list.name = "experimental" sierra = true -casm = false \ No newline at end of file +casm = false diff --git a/cairo-contracts/packages/core/Scarb.toml b/cairo-contracts/packages/core/Scarb.toml index 6035675a..a6c37d85 100644 --- a/cairo-contracts/packages/core/Scarb.toml +++ b/cairo-contracts/packages/core/Scarb.toml @@ -9,6 +9,7 @@ repository = { workspace = true } license = { workspace = true } Readme = { workspace = true } keywords = { workspace = true } + description = """ Provides the implementation of IBC core components for Starknet. """ diff --git a/cairo-contracts/packages/utils/Scarb.toml b/cairo-contracts/packages/utils/Scarb.toml index 5685f41f..18bdf415 100644 --- a/cairo-contracts/packages/utils/Scarb.toml +++ b/cairo-contracts/packages/utils/Scarb.toml @@ -9,7 +9,8 @@ repository = { workspace = true } license = { workspace = true } Readme = { workspace = true } keywords = { workspace = true } -description = """ + +description = """ Provides a set of utility components used for integrating IBC protocol with Starknet. """