Files
tauri-plugins-workspace/plugins/camera/Cargo.toml
T
2023-02-18 16:06:29 -03:00

19 lines
450 B
TOML

[package]
name = "tauri-plugin-camera"
version = "0.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
exclude.workspace = true
[dependencies]
serde.workspace = true
serde_json.workspace = true
tauri.workspace = true
thiserror.workspace = true
[build-dependencies]
tauri-build.workspace = true