diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-09-18 19:48:45 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-09-18 19:48:45 -0700 |
commit | 5b885f29a0c20e4e229297c24b8cc0c8371ef18c (patch) | |
tree | fed5ecd107f14244db8d5c9f82cd44929872f04d | |
parent | b79c84952dfe2155af6b4b553f96462c75485ccf (diff) | |
download | fatcat-5b885f29a0c20e4e229297c24b8cc0c8371ef18c.tar.gz fatcat-5b885f29a0c20e4e229297c24b8cc0c8371ef18c.zip |
rust: improve crate metadata
-rw-r--r-- | rust/Cargo.toml | 2 | ||||
-rw-r--r-- | rust/fatcat-openapi/Cargo.toml | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 2d7d011b..4a00bc39 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -4,6 +4,8 @@ version = "0.3.1" edition = "2018" authors = ["Bryan Newbold <bnewbold@archive.org>"] description = "A scalable, versioned, API-oriented catalog for bibliographic entities and file metadata" +homepage = "https://fatcat.wiki" +repository = "https://github.com/internetarchive/fatcat" license = "AGPL 3.0" [workspace] diff --git a/rust/fatcat-openapi/Cargo.toml b/rust/fatcat-openapi/Cargo.toml index a07b1424..8d4687c6 100644 --- a/rust/fatcat-openapi/Cargo.toml +++ b/rust/fatcat-openapi/Cargo.toml @@ -2,7 +2,9 @@ name = "fatcat-openapi" version = "0.3.1" authors = ["Bryan Newbold <bnewbold@archive.org>"] -description = "HTTP API models, endpoints, and other auto-generated types" +description = "Fatcat is an editable bibliographic database. This OpenAPI code-generated crate container HTTP API models, endpoints, and other auto-generated types useful for both client and server implementations of the catalog API." +homepage = "https://fatcat.wiki" +repository = "https://github.com/internetarchive/fatcat" license = "CC-0" [features] |