main.rs 486 B

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