mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-29 12:06:01 +02:00
14 lines
294 B
Rust
14 lines
294 B
Rust
// Copyright 2021 Flavio Oliveira
|
|
// Copyright 2019-2023 Tauri Programme within The Commons Conservancy
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
mod util;
|
|
|
|
pub mod authorization;
|
|
mod crypto;
|
|
pub mod messages;
|
|
pub mod protocol;
|
|
pub mod register;
|
|
pub mod u2ferror;
|