]> git.proxmox.com Git - rustc.git/blame - library/stdarch/examples/Cargo.toml
New upstream version 1.53.0+dfsg1
[rustc.git] / library / stdarch / examples / Cargo.toml
CommitLineData
9fa01778 1[package]
416331ca 2name = "stdarch_examples"
9fa01778
XL
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]
416331ca 9description = "Examples of the stdarch crate."
3dfed10e 10edition = "2018"
cdc7bbd5 11default-run = "hex"
9fa01778
XL
12
13[dependencies]
14core_arch = { path = "../crates/core_arch" }
15std_detect = { path = "../crates/std_detect" }
3dfed10e 16quickcheck = "0.9"
416331ca 17rand = "0.7"
9fa01778 18
9fa01778
XL
19[[bin]]
20name = "hex"
21path = "hex.rs"
22
cdc7bbd5
XL
23[[bin]]
24name = "connect5"
25path = "connect5.rs"
26
9fa01778
XL
27[[example]]
28name = "wasm"
29crate-type = ["cdylib"]
30path = "wasm.rs"