// 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;