cargo/crates/cargo-platform/Cargo.toml

17 lines
363 B
TOML
Raw Normal View History

2019-09-05 16:02:27 +00:00
[package]
name = "cargo-platform"
2024-01-08 22:17:07 +00:00
version = "0.1.8"
edition.workspace = true
license.workspace = true
2024-01-08 22:17:07 +00:00
rust-version = "1.73" # MSRV:3
homepage.workspace = true
repository.workspace = true
2019-09-05 16:02:27 +00:00
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
[lints]
workspace = true