1234567891011121314 |
- // Copyright 2019-2024 Tauri Programme within The Commons Conservancy
- // SPDX-License-Identifier: Apache-2.0
- // SPDX-License-Identifier: MIT
- //! [](https://tauri.app)
- //!
- //! Hosts the schema for the Tauri configuration file.
- #![doc(
- html_logo_url = "https://github.com/tauri-apps/tauri/raw/dev/.github/icon.png",
- html_favicon_url = "https://github.com/tauri-apps/tauri/raw/dev/.github/icon.png"
- )]
- fn main() {}
|