1
Fork 0

Create webfinger crate #5

Merged
steffo merged 53 commits from feature/webfinger into main 2024-11-16 06:33:06 +00:00
Showing only changes of commit c09edc9b08 - Show all commits

View file

@ -1,5 +1,6 @@
//! Core crate of the `acrate` project.
mod schema;
mod meta;
pub use acrate_nodeinfo as nodeinfo;