cargo/crates/cargo-platform/Cargo.toml

14 lines
383 B
TOML
Raw Normal View History

2019-09-05 16:02:27 +00:00
[package]
name = "cargo-platform"
version = "0.1.6"
edition.workspace = true
license.workspace = true
rust-version = "1.70.0" # MSRV:3
2019-09-05 16:02:27 +00:00
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]
2023-04-28 14:56:09 +00:00
serde.workspace = true