27 lines
530 B
TOML
27 lines
530 B
TOML
[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
|
|
objc2.workspace = true
|
|
objc2-app-kit.workspace = true
|
|
objc2-foundation.workspace = true
|
|
|
|
[target.'cfg(windows)'.dependencies]
|
|
windows-sys.workspace = true
|
|
|
|
[lints.rust]
|
|
unsafe_code = "allow"
|
|
|
|
[lints.clippy]
|
|
all = "warn"
|
|
pedantic = "warn"
|