mirror of
https://github.com/tursodatabase/libsql.git
synced 2024-12-15 07:29:41 +00:00
de6dc81a1e
* server: fix auth and add ws/http/grpc auth tests * fix grpc parser
12 lines
151 B
Rust
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;
|