fix readme paths in cargo.toml for new crates

This commit is contained in:
Alex Auvolat 2025-03-05 11:00:19 +01:00
parent 42c5d02cdf
commit 12f15c4c2b
4 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@ edition = "2018"
license = "AGPL-3.0" license = "AGPL-3.0"
description = "Admin API server crate for the Garage object store" description = "Admin API server crate for the Garage object store"
repository = "https://git.deuxfleurs.fr/Deuxfleurs/garage" repository = "https://git.deuxfleurs.fr/Deuxfleurs/garage"
readme = "../../README.md" readme = "../../../README.md"
[lib] [lib]
path = "lib.rs" path = "lib.rs"

View File

@ -6,7 +6,7 @@ edition = "2018"
license = "AGPL-3.0" license = "AGPL-3.0"
description = "Common functions for the API server crates for the Garage object store" description = "Common functions for the API server crates for the Garage object store"
repository = "https://git.deuxfleurs.fr/Deuxfleurs/garage" repository = "https://git.deuxfleurs.fr/Deuxfleurs/garage"
readme = "../../README.md" readme = "../../../README.md"
[lib] [lib]
path = "lib.rs" path = "lib.rs"

View File

@ -6,7 +6,7 @@ edition = "2018"
license = "AGPL-3.0" license = "AGPL-3.0"
description = "K2V API server crate for the Garage object store" description = "K2V API server crate for the Garage object store"
repository = "https://git.deuxfleurs.fr/Deuxfleurs/garage" repository = "https://git.deuxfleurs.fr/Deuxfleurs/garage"
readme = "../../README.md" readme = "../../../README.md"
[lib] [lib]
path = "lib.rs" path = "lib.rs"

View File

@ -6,7 +6,7 @@ edition = "2018"
license = "AGPL-3.0" license = "AGPL-3.0"
description = "S3 API server crate for the Garage object store" description = "S3 API server crate for the Garage object store"
repository = "https://git.deuxfleurs.fr/Deuxfleurs/garage" repository = "https://git.deuxfleurs.fr/Deuxfleurs/garage"
readme = "../../README.md" readme = "../../../README.md"
[lib] [lib]
path = "lib.rs" path = "lib.rs"