Init commit

This commit is contained in:
Ultradesu
2026-08-12 01:30:57 +01:00
commit 423ea59371
67 changed files with 23280 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
[package]
name = "furumi-platform-desktop"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
[dependencies]
rfd.workspace = true
souvlaki.workspace = true
[target.'cfg(target_os="macos")'.dependencies]
core-foundation.workspace = true
[target.'cfg(windows)'.dependencies]
windows-sys.workspace = true
[lints.rust]
unsafe_code = "allow"
[lints.clippy]
all = "warn"
pedantic = "warn"