rd
: Improve crate metadata
This commit is contained in:
parent
86cdf48106
commit
f36ecbfc6d
3 changed files with 9 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
//!
|
||||
|
|
Loading…
Reference in a new issue