-
Notifications
You must be signed in to change notification settings - Fork 93
/
Cargo.toml
30 lines (27 loc) · 790 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[package]
authors = ["Jorge Aparicio <[email protected]>"]
build = "build.rs"
categories = ["command-line-utilities", "development-tools", "embedded"]
description = "The sysroot manager that lets you build and customize `std`"
documentation = "https://github.com/japaric/xargo#xargo"
keywords = ["cli", "cross", "compilation", "std"]
license = "MIT OR Apache-2.0"
name = "xargo"
repository = "https://github.com/japaric/xargo"
version = "0.3.26"
default-run = "xargo"
[dependencies]
error-chain = { version = "0.12", default-features = false }
fs2 = "0.4.1"
libc = "0.2.18"
rustc_version = "0.4"
serde_json = "1.0"
tempdir = "0.3.5"
toml = "0.5.6"
walkdir = "2.3"
dirs = "4.0"
[dev-dependencies]
lazy_static = "1.0.0"
parking_lot = "0.12"
[features]
backtrace = ["error-chain/backtrace"]