summaryrefslogtreecommitdiffstats
path: root/src/tools/cargo/crates/cargo-platform/Cargo.toml
blob: e7f22cf870168dc7c533d5aa99ad05785f6f459a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "cargo-platform"
version = "0.1.4"
edition.workspace = true
license.workspace = true
homepage = "https://github.com/rust-lang/cargo"
repository = "https://github.com/rust-lang/cargo"
documentation = "https://docs.rs/cargo-platform"
description = "Cargo's representation of a target platform."

[dependencies]
serde.workspace = true