Cargo.toml 442 B

123456789101112131415
  1. [package]
  2. name = "tauri-utils"
  3. version = "0.5.1"
  4. authors = ["Lucas Fernandes Gonçalves Nogueira <lucas@tauri.studio>", "Daniel Thompson-Yvetot <denjell@sfosc.org>", "Tensor Programming <tensordeveloper@gmail.com>"]
  5. license = "MIT"
  6. homepage = "https://tauri.studio"
  7. repository = "https://github.com/tauri-apps/tauri"
  8. description = "Utilities for Tauri"
  9. edition = "2018"
  10. [dependencies]
  11. sysinfo = "0.10"
  12. anyhow = "1.0.31"
  13. thiserror = "1.0.19"