tauri/examples/tauri-dynamic-lib/src-app1/Cargo.toml
Zeeshan Ali Khan 5fdc616df9
feat: Use the zbus-backed of notify-rust (#6332)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2023-03-31 12:36:59 -03:00

12 lines
182 B
TOML

[package]
name = "app1"
version = "0.1.0"
description = "A simple app that makes a dll call"
edition = "2021"
rust-version = "1.60"
[workspace]
[dependencies]
libloading = "0.7.2"