arti/crates/tor-hsservice
Nick Mathewson f7c0350e7f hsservice: Upgrade tor-keymgr dep
This breakage was caused by increasing the version of tor-keymgr
and independently merging !1452, which added a dependency on the
old version.
2023-08-01 18:51:55 -04:00
..
src hsservice: Add a sketched API for HsDir publishers. 2023-07-31 13:47:44 -04:00
Cargo.toml hsservice: Upgrade tor-keymgr dep 2023-08-01 18:51:55 -04:00
README.md Sketch an API for onion services. 2023-01-24 12:32:21 -05:00

README.md

tor-hsclient

Core implementation for onion services in arti.

EXPERIMENTAL DRAFT

This crate is a work in progress; it is not the least bit complete.

Right now, it does not even work: it's only here so that we can prototype our APIs.