Skip to content

Commit

Permalink
Set homepage to https://zarrs.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
LDeakin committed Nov 24, 2024
1 parent 1fadd99 commit e7a8720
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions zarrs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ authors = ["Lachlan Deakin <ljdgit@gmail.com>"]
edition = "2021"
rust-version = "1.77"
description = "A library for the Zarr storage format for multidimensional arrays and metadata"
homepage = "https://zarrs.dev"
documentation = "https://docs.rs/zarrs"
repository = "https://github.com/LDeakin/zarrs"
license = "MIT OR Apache-2.0"
Expand Down
1 change: 1 addition & 0 deletions zarrs_filesystem/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ authors = ["Lachlan Deakin <ljdgit@gmail.com>"]
edition = "2021"
rust-version = "1.77"
description = "A filesystem store for the zarrs crate"
homepage = "https://zarrs.dev"
documentation = "https://docs.rs/zarrs_filesystem"
repository = "https://github.com/LDeakin/zarrs"
license = "MIT OR Apache-2.0"
Expand Down
1 change: 1 addition & 0 deletions zarrs_http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ authors = ["Lachlan Deakin <ljdgit@gmail.com>"]
edition = "2021"
rust-version = "1.77"
description = "A synchronous http store for the zarrs crate"
homepage = "https://zarrs.dev"
documentation = "https://docs.rs/zarrs_storage"
repository = "https://github.com/LDeakin/zarrs"
license = "MIT OR Apache-2.0"
Expand Down
1 change: 1 addition & 0 deletions zarrs_metadata/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ authors = ["Lachlan Deakin <ljdgit@gmail.com>"]
edition = "2021"
rust-version = "1.77"
description = "Zarr metadata support for the zarrs crate"
homepage = "https://zarrs.dev"
documentation = "https://docs.rs/zarrs_object_store"
repository = "https://github.com/LDeakin/zarrs"
license = "MIT OR Apache-2.0"
Expand Down
1 change: 1 addition & 0 deletions zarrs_object_store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ authors = ["Lachlan Deakin <ljdgit@gmail.com>"]
edition = "2021"
rust-version = "1.77"
description = "object_store store support for the zarrs crate"
homepage = "https://zarrs.dev"
documentation = "https://docs.rs/zarrs_object_store"
repository = "https://github.com/LDeakin/zarrs"
license = "MIT OR Apache-2.0"
Expand Down
1 change: 1 addition & 0 deletions zarrs_opendal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ authors = ["Lachlan Deakin <ljdgit@gmail.com>"]
edition = "2021"
rust-version = "1.77"
description = "opendal store support for the zarrs crate"
homepage = "https://zarrs.dev"
documentation = "https://docs.rs/zarrs_opendal"
repository = "https://github.com/LDeakin/zarrs"
license = "MIT OR Apache-2.0"
Expand Down
1 change: 1 addition & 0 deletions zarrs_storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ authors = ["Lachlan Deakin <ljdgit@gmail.com>"]
edition = "2021"
rust-version = "1.77"
description = "The storage API and default stores for the zarrs crate"
homepage = "https://zarrs.dev"
documentation = "https://docs.rs/zarrs_storage"
repository = "https://github.com/LDeakin/zarrs"
license = "MIT OR Apache-2.0"
Expand Down
1 change: 1 addition & 0 deletions zarrs_zip/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ authors = ["Lachlan Deakin <ljdgit@gmail.com>"]
edition = "2021"
rust-version = "1.77"
description = "A storage adapter for zip files for the zarrs crate"
homepage = "https://zarrs.dev"
documentation = "https://docs.rs/zarrs_zip"
repository = "https://github.com/LDeakin/zarrs"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit e7a8720

Please sign in to comment.