cargo/crates/cargo-platform/Cargo.toml

13 lines
354 B
TOML
Raw Normal View History

2019-09-05 16:02:27 +00:00
[package]
name = "cargo-platform"
2023-04-23 18:51:43 +00:00
version = "0.1.3"
edition.workspace = true
2019-09-05 16:02:27 +00:00
license = "MIT OR Apache-2.0"
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