File: Cargo.toml.orig

package info (click to toggle)
rust-target-triple 0.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 116 kB
  • sloc: makefile: 4
file content (18 lines) | stat: -rw-r--r-- 578 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "target-triple"
version = "0.1.4"
authors = ["David Tolnay <dtolnay@gmail.com>"]
description = "TARGET and HOST triples"
documentation = "https://docs.rs/target-triple"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/dtolnay/target-triple"
rust-version = "1.58"

[package.metadata.docs.rs]
rustdoc-args = [
    "--generate-link-to-definition",
    "--extern-html-root-url=core=https://doc.rust-lang.org",
    "--extern-html-root-url=alloc=https://doc.rust-lang.org",
    "--extern-html-root-url=std=https://doc.rust-lang.org",
]