Revision control
Copy as Markdown
Other Tools
[package]
name = "cargo-platform"
version = "0.1.2"
authors = ["The Cargo Project Developers"]
edition = "2018"
license = "MIT OR Apache-2.0"
description = "Cargo's representation of a target platform."
[dependencies]
serde = { version = "1.0.82", features = ['derive'] }