-
Notifications
You must be signed in to change notification settings - Fork 4
/
Cargo.toml
35 lines (33 loc) · 832 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
31
32
33
34
35
[package]
name = "cargo-with"
version = "0.3.2"
edition = "2018"
authors = [
"cbourjau <[email protected]>",
"Ole Martin Ruud <[email protected]>",
]
categories = [
"development-tools",
"development-tools::cargo-plugins",
]
description = "A third-party cargo extension to run the build artifacts through tools like `gdb`."
documentation = "https://github.com/cbourjau/cargo-with/blob/master/README.md"
homepage = "https://github.com/cbourjau/cargo-with/"
keywords = [
"cargo",
"cargo-subcommand",
"cli",
"dependencies",
"crates",
]
license = "GPL-3.0"
readme = "README.md"
repository = "https://github.com/cbourjau/cargo-with"
[dependencies]
clap = "2.32"
env_logger = "0.6.0"
failure = "0.1.3"
log = "0.4.5"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
void = "1.0.2"