Files
spacedrive/crates/macos/Cargo.toml
jake 5d3a156747 SPDX license and workspace inheritence for re-used metadata (#833)
use workspace inheritence for license, edition and repo URL
2023-05-20 01:52:55 +00:00

15 lines
340 B
TOML

[package]
name = "sd-macos"
version = "0.1.0"
license.workspace = true
repository.workspace = true
edition.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
swift-rs.workspace = true
[build-dependencies]
swift-rs = { workspace = true, features = ["build"] }