Create webfinger crate #5

Merged
steffo merged 53 commits from feature/webfinger into main 2024-11-16 06:33:06 +00:00
2 changed files with 1 additions and 5 deletions
Showing only changes of commit c9afa95fd6 - Show all commits

View file

@ -6,8 +6,7 @@ edition = "2021"
[dependencies]
diesel = { version = "2.2.4", features = ["postgres", "uuid"] }
diesel_migrations = "2.2.0"
acrate-hostmeta = { path = "../acrate-hostmeta" }
acrate-nodeinfo = { path = "../acrate-nodeinfo" }
uuid = "1.11.0"
[lints.clippy]
tabs-in-doc-comments = "allow"

View file

@ -2,6 +2,3 @@
mod schema;
mod meta;
pub use acrate_nodeinfo as nodeinfo;
pub use acrate_hostmeta as hostmeta;