]> git.proxmox.com Git - rustc.git/blame_incremental - library/stdarch/examples/Cargo.toml
New upstream version 1.53.0+dfsg1
[rustc.git] / library / stdarch / examples / Cargo.toml
... / ...
CommitLineData
1[package]
2name = "stdarch_examples"
3version = "0.0.0"
4authors = [
5 "Alex Crichton <alex@alexcrichton.com>",
6 "Andrew Gallant <jamslam@gmail.com>",
7 "Gonzalo Brito Gadeschi <gonzalobg88@gmail.com>",
8]
9description = "Examples of the stdarch crate."
10edition = "2018"
11default-run = "hex"
12
13[dependencies]
14core_arch = { path = "../crates/core_arch" }
15std_detect = { path = "../crates/std_detect" }
16quickcheck = "0.9"
17rand = "0.7"
18
19[[bin]]
20name = "hex"
21path = "hex.rs"
22
23[[bin]]
24name = "connect5"
25path = "connect5.rs"
26
27[[example]]
28name = "wasm"
29crate-type = ["cdylib"]
30path = "wasm.rs"