Skip to content

Commit e9777cc

Browse files
committed
Cargo.toml: add more details before publish
1 parent 7fb6883 commit e9777cc

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Cargo.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ version = "0.5.0"
44
edition = "2021"
55
# Due to AWS SDK.
66
rust-version = "1.66.1"
7+
license = "Apache-2.0"
8+
description = "S3 Active Storage server"
9+
homepage = "https://crates.io/crates/reductionist"
10+
documentation = "https://docs.rs/reductionist"
11+
repository = "https://github.com/stackhpc/reductionist-rs"
12+
readme = "README.md"
13+
authors = ["Mark Goddard <mark@stackhpc.com>", "Scott Davidson <scott@stackhpc.com>"]
14+
keywords = ["s3", "ndarray"]
15+
# https://crates.io/category_slugs
16+
categories = ["mathematics", "science", "simulation"]
17+
18+
[badges]
19+
maintenance = { status = "actively-developed" }
720

821
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
922

0 commit comments

Comments
 (0)