mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-25 08:34:47 +02:00
10 lines
193 B
Rust
10 lines
193 B
Rust
// SPDX-License-Identifier: Apache-2.0
|
|
// Copyright (c) 2023 Matter Labs
|
|
|
|
//! Common types for the teepot JSON API
|
|
|
|
#![deny(missing_docs)]
|
|
#![deny(clippy::all)]
|
|
|
|
pub mod http;
|
|
pub mod secrets;
|