added psql support

This commit is contained in:
Ultradesu
2026-07-20 02:00:40 +03:00
parent 06158b78a4
commit 3f15e9aebd
10 changed files with 191 additions and 16 deletions
+1 -1
View File
@@ -74,6 +74,6 @@ pub use ticket::{PeerTicket, TICKET_VERSION};
// Re-exported Iroh types that appear in the public API.
pub use iroh::endpoint::{RecvStream, SendStream};
pub use iroh::{EndpointAddr, EndpointId};
pub use iroh::{EndpointAddr, EndpointId, SecretKey};
// Re-exported so applications can use the generic ticket helpers.
pub use iroh_tickets::Ticket;