cyrtophora

[EXPERIMENTAL] secure web node
git clone https://gitlab.com/kwatafana/cyrtophora.git
Log | Files | Refs | README

commit 0953fb821ac59abcb44eaadd5cab8f8387c90556
parent da40d979269be1144397f917bcc7727952aa851d
Author: Jackson G. Kaindume <kaindume@kwatafana.org>
Date:   Sat, 24 Sep 2022 00:50:24 +0200

[phora]  #[cfg(feature = node)]

Diffstat:
Mphora/src/lib.rs | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/phora/src/lib.rs b/phora/src/lib.rs @@ -25,6 +25,7 @@ where database: Option<D>, /// API endpoints pub endpoints: Endpoints, + #[cfg(feature = "node")] pub node: Option<node::Node>, }