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
|
### Libraries
|
||||||
|
|
||||||
- `acrate-core`: Database stuff
|
- `acrate_database`: Database schema, migrations, and high level database-reliant structures for the [`acrate`] project
|
||||||
- `acrate-hostmeta`: RFC 6415 serde
|
- `acrate_rd`: Rust typing and utilities for the JSON and XML resource descriptior formats
|
||||||
- `acrate-nodeinfo`: NodeInfo serde
|
|
||||||
|
|
||||||
### Binaries
|
### Binaries
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,13 @@
|
||||||
[package]
|
[package]
|
||||||
name = "acrate_rd"
|
name = "acrate_rd"
|
||||||
version = "0.3.0"
|
version = "0.3.0"
|
||||||
|
authors = ["Stefano Pigozzi <me@steffo.eu>"]
|
||||||
edition = "2021"
|
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]
|
[dependencies]
|
||||||
log = "0.4.22"
|
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
|
//! # Specification
|
||||||
//!
|
//!
|
||||||
|
|
Loading…
Reference in a new issue