From b583d26e44426f25c53e20a974d6d3dcfa58ba7c Mon Sep 17 00:00:00 2001 From: Guilherme Werner Date: Sun, 31 Dec 2023 15:32:36 -0300 Subject: [PATCH] Fix readme --- src/actix/Cargo.toml | 1 - src/api/Cargo.toml | 1 - src/constants/Cargo.toml | 1 - src/types/Cargo.toml | 1 - 4 files changed, 4 deletions(-) diff --git a/src/actix/Cargo.toml b/src/actix/Cargo.toml index 8234dc2..51b6ac3 100644 --- a/src/actix/Cargo.toml +++ b/src/actix/Cargo.toml @@ -5,7 +5,6 @@ description = "Tribufu Actix Extension" repository = "https://github.com/Tribufu/TribufuRust" authors = ["Tribufu "] license = "Apache-2.0" -readme = "README.md" edition = "2021" publish = true diff --git a/src/api/Cargo.toml b/src/api/Cargo.toml index 2d1b312..15493dd 100644 --- a/src/api/Cargo.toml +++ b/src/api/Cargo.toml @@ -5,7 +5,6 @@ description = "Tribufu API" repository = "https://github.com/Tribufu/TribufuRust" authors = ["Tribufu "] license = "Apache-2.0" -readme = "README.md" edition = "2021" publish = true diff --git a/src/constants/Cargo.toml b/src/constants/Cargo.toml index 5f8f287..ad6af8c 100644 --- a/src/constants/Cargo.toml +++ b/src/constants/Cargo.toml @@ -5,7 +5,6 @@ description = "Tribufu Constants" repository = "https://github.com/Tribufu/TribufuRust" authors = ["Tribufu "] license = "Apache-2.0" -readme = "README.md" edition = "2021" publish = true diff --git a/src/types/Cargo.toml b/src/types/Cargo.toml index b6c9adf..041a37f 100644 --- a/src/types/Cargo.toml +++ b/src/types/Cargo.toml @@ -5,7 +5,6 @@ description = "Tribufu Types" repository = "https://github.com/Tribufu/TribufuRust" authors = ["Tribufu "] license = "Apache-2.0" -readme = "README.md" edition = "2021" publish = true