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