You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tauri-plugins-workspace/plugins/camera/Cargo.toml

19 lines
455 B

[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