From 4daee6c8881427099765a55bdeaa75047bce002a Mon Sep 17 00:00:00 2001 From: Jean Marchand Date: Tue, 6 Feb 2024 17:55:41 +0100 Subject: [PATCH] chore: Fix readme in all crates --- Cargo.toml | 1 - cli/Cargo.toml | 2 +- cron/Cargo.toml | 2 +- plugin/Cargo.toml | 2 +- plugin/utils/Cargo.toml | 2 +- programs/network/Cargo.toml | 2 +- programs/thread/Cargo.toml | 2 +- programs/webhook/Cargo.toml | 2 +- relayer/Cargo.toml | 2 +- relayer/api/Cargo.toml | 2 +- sdk/Cargo.toml | 2 +- utils/Cargo.toml | 2 +- 12 files changed, 11 insertions(+), 12 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index da9a6b60..dda5ecdc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,6 @@ license = "AGPL-3.0-or-later" homepage = "https://sablier.dev" repository = "https://github.com/sablier-xyz/sablier" documentation = "https://docs.sablier.dev" -readme = "./README.md" keywords = ["solana"] [workspace.dependencies] diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 67a37671..bb445df9 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -7,7 +7,7 @@ license.workspace = true homepage.workspace = true repository.workspace = true documentation.workspace = true -readme.workspace = true +readme = "./README.md" keywords.workspace = true build = "build.rs" diff --git a/cron/Cargo.toml b/cron/Cargo.toml index cd74b965..47853663 100644 --- a/cron/Cargo.toml +++ b/cron/Cargo.toml @@ -7,7 +7,7 @@ license.workspace = true homepage.workspace = true repository.workspace = true documentation.workspace = true -readme.workspace = true +readme = "./README.md" keywords.workspace = true [lib] diff --git a/plugin/Cargo.toml b/plugin/Cargo.toml index 4d519c4c..2ebee147 100644 --- a/plugin/Cargo.toml +++ b/plugin/Cargo.toml @@ -9,7 +9,7 @@ license.workspace = true homepage.workspace = true repository.workspace = true documentation.workspace = true -readme.workspace = true +readme = "./README.md" keywords.workspace = true build = "build.rs" publish = false diff --git a/plugin/utils/Cargo.toml b/plugin/utils/Cargo.toml index 6216945e..f78a6997 100644 --- a/plugin/utils/Cargo.toml +++ b/plugin/utils/Cargo.toml @@ -7,7 +7,7 @@ license.workspace = true homepage.workspace = true repository.workspace = true documentation.workspace = true -readme.workspace = true +readme = "./README.md" keywords.workspace = true [lib] diff --git a/programs/network/Cargo.toml b/programs/network/Cargo.toml index 234609a2..6375cf15 100644 --- a/programs/network/Cargo.toml +++ b/programs/network/Cargo.toml @@ -7,7 +7,7 @@ license.workspace = true homepage.workspace = true repository.workspace = true documentation.workspace = true -readme.workspace = true +readme = "./README.md" keywords.workspace = true [lib] diff --git a/programs/thread/Cargo.toml b/programs/thread/Cargo.toml index 9676bedc..54493ccd 100644 --- a/programs/thread/Cargo.toml +++ b/programs/thread/Cargo.toml @@ -7,7 +7,7 @@ license.workspace = true homepage.workspace = true repository.workspace = true documentation.workspace = true -readme.workspace = true +readme = "./README.md" keywords.workspace = true [lib] diff --git a/programs/webhook/Cargo.toml b/programs/webhook/Cargo.toml index 5199b2ac..5452f1dc 100644 --- a/programs/webhook/Cargo.toml +++ b/programs/webhook/Cargo.toml @@ -7,7 +7,7 @@ license.workspace = true homepage.workspace = true repository.workspace = true documentation.workspace = true -readme.workspace = true +readme = "./README.md" keywords.workspace = true [lib] diff --git a/relayer/Cargo.toml b/relayer/Cargo.toml index 51f8705a..97e66bbc 100644 --- a/relayer/Cargo.toml +++ b/relayer/Cargo.toml @@ -7,7 +7,7 @@ license.workspace = true homepage.workspace = true repository.workspace = true documentation.workspace = true -readme.workspace = true +readme = "./README.md" keywords.workspace = true publish = false diff --git a/relayer/api/Cargo.toml b/relayer/api/Cargo.toml index b45329cb..3484686a 100644 --- a/relayer/api/Cargo.toml +++ b/relayer/api/Cargo.toml @@ -7,7 +7,7 @@ license.workspace = true homepage.workspace = true repository.workspace = true documentation.workspace = true -readme.workspace = true +readme = "./README.md" keywords.workspace = true [lib] diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index 86a43864..799e0f03 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -7,7 +7,7 @@ license.workspace = true homepage.workspace = true repository.workspace = true documentation.workspace = true -readme.workspace = true +readme = "./README.md" keywords.workspace = true [lib] diff --git a/utils/Cargo.toml b/utils/Cargo.toml index fe2574f7..234ae1df 100644 --- a/utils/Cargo.toml +++ b/utils/Cargo.toml @@ -7,7 +7,7 @@ license.workspace = true homepage.workspace = true repository.workspace = true documentation.workspace = true -readme.workspace = true +readme = "./README.md" keywords.workspace = true [lib]