protocols/rendezvous: Export Cookie (#2256)

Co-authored-by: Max Inden <mail@max-inden.de>
This commit is contained in:
Oliver Wangler
2021-10-01 18:45:19 +02:00
committed by GitHub
parent decfeadc0d
commit 9f331e517f

View File

@ -18,7 +18,7 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE.
pub use self::codec::{ErrorCode, Namespace, NamespaceTooLong, Registration, Ttl};
pub use self::codec::{Cookie, ErrorCode, Namespace, NamespaceTooLong, Registration, Ttl};
mod codec;
mod handler;