0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2024-12-15 07:29:41 +00:00
Lucio Franco de6dc81a1e
server: fix auth and add ws/http/grpc auth tests (#1577)
* server: fix auth and add ws/http/grpc auth tests

* fix grpc parser
2024-07-19 18:43:17 +00:00

12 lines
151 B
Rust

#![allow(clippy::disallowed_names)]
#[macro_use]
mod common;
mod auth;
mod cluster;
mod embedded_replica;
mod hrana;
mod namespaces;
mod standalone;