1
Fork 0

rd: Improve crate metadata

This commit is contained in:
Steffo 2024-11-19 00:16:19 +01:00
parent 86cdf48106
commit f36ecbfc6d
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0
3 changed files with 9 additions and 4 deletions

View file

@ -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

View file

@ -1,7 +1,13 @@
[package]
name = "acrate_rd"
version = "0.3.0"
authors = ["Stefano Pigozzi <me@steffo.eu>"]
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"

View file

@ -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
//!