diff --git a/crates/dwn-server/src/lib.rs b/crates/dwn-server/src/lib.rs index 73be070..95cf93e 100644 --- a/crates/dwn-server/src/lib.rs +++ b/crates/dwn-server/src/lib.rs @@ -1,4 +1,4 @@ -//! Decentralized Web Node HTTP server, using [axum](https://github.com/tokio-rs/axum). +//! [Decentralized Web Node](https://identity.foundation/decentralized-web-node/spec/) HTTP server. use std::sync::Arc;