cargo/crates/cargo-platform/Cargo.toml
2024-01-08 22:17:07 +00:00

17 lines
363 B
TOML

[package]
name = "cargo-platform"
version = "0.1.8"
edition.workspace = true
license.workspace = true
rust-version = "1.73" # MSRV:3
homepage.workspace = true
repository.workspace = true
documentation = "https://docs.rs/cargo-platform"
description = "Cargo's representation of a target platform."
[dependencies]
serde.workspace = true
[lints]
workspace = true