Files
tauri-plugins-workspace/plugins/camera/Cargo.toml
T
Lucas Nogueira f511f64c11 link camera
2023-09-29 09:27:51 -03:00

19 lines
455 B
TOML

[package]
name = "tauri-plugin-camera"
version = "1.0.0"
description = "Ask the user take a photo with the camera or select an image from the gallery."
authors.workspace = true
license.workspace = true
edition.workspace = true
rust-version.workspace = true
links = "tauri-plugin-camera"
[dependencies]
serde.workspace = true
serde_json.workspace = true
tauri.workspace = true
thiserror.workspace = true
[build-dependencies]
tauri-build.workspace = true