mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-14 13:21:01 +03:00
12 lines
182 B
TOML
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.56"
|
|
|
|
[workspace]
|
|
|
|
[dependencies]
|
|
libloading = "0.7.2"
|