crates/libs/pal/Cargo.toml (15 lines of code) (raw):

[package] name = "mssf-pal" version = "0.0.22" edition = "2021" license = "MIT" description = "mssf-pal enables service fabric rust to run on linux" documentation = "https://learn.microsoft.com/en-us/azure/service-fabric/" repository = "https://github.com/Azure/service-fabric-rs" readme = "README.md" include = ["**/*.rs", "Cargo.toml"] [lib] path = "src/lib.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] windows-core.workspace = true