diff --git a/README.md b/README.md index b524419..7e2f9c0 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,8 @@ Federation database ### Libraries -- `acrate-core`: Database stuff -- `acrate-hostmeta`: RFC 6415 serde -- `acrate-nodeinfo`: NodeInfo serde +- `acrate_database`: Database schema, migrations, and high level database-reliant structures for the [`acrate`] project +- `acrate_rd`: Rust typing and utilities for the JSON and XML resource descriptior formats ### Binaries diff --git a/acrate_rd/Cargo.toml b/acrate_rd/Cargo.toml index 0efa78c..68f4fbb 100644 --- a/acrate_rd/Cargo.toml +++ b/acrate_rd/Cargo.toml @@ -1,7 +1,13 @@ [package] name = "acrate_rd" version = "0.3.0" +authors = ["Stefano Pigozzi "] edition = "2021" +description = "Rust typing and utilities for the JSON and XML resource descriptior formats" +repository = "https://forge.steffo.eu/unimore/tirocinio-canali-steffo-acrate" +license = "EUPL-1.2" +keywords = ["jrd", "xrd", "hostmeta", "webfinger", "resource-descriptor"] +categories = ["web-programming"] [dependencies] log = "0.4.22" diff --git a/acrate_rd/src/lib.rs b/acrate_rd/src/lib.rs index 932601d..d1636d5 100644 --- a/acrate_rd/src/lib.rs +++ b/acrate_rd/src/lib.rs @@ -1,4 +1,4 @@ -//! Rust typing and utilities for the resource descriptior format. +//! Rust typing and utilities for the JSON and XML resource descriptior formats. //! //! # Specification //!