much cleaner file structure

This commit is contained in:
pandadev 2024-07-05 01:54:39 +02:00
parent 374dc45674
commit 296a844aaa
No known key found for this signature in database
GPG key ID: C39629DACB8E762F
4 changed files with 72 additions and 84 deletions

View file

@ -1,19 +1,11 @@
[package]
name = "app"
name = "clipboard-manager"
version = "0.1.0"
description = "A Tauri App"
authors = ["you"]
license = ""
repository = ""
description = "Clipboard manager"
authors = ["pandadev"]
edition = "2021"
rust-version = "1.70"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
name = "app_lib"
crate-type = ["staticlib", "cdylib", "rlib"]
[build-dependencies]
tauri-build = { version = "2.0.0-beta.18", features = [] }