forked from knurling-rs/probe-run
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
35 lines (33 loc) · 908 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]
authors = ["The Knurling-rs developers"]
categories = ["command-line-utilities", "embedded", "no-std"]
description = "Runs embedded programs just like native ones"
edition = "2018"
keywords = ["knurling", "cargo-runner"]
license = "MIT OR Apache-2.0"
name = "probe-run"
readme = "README.md"
repository = "https://github.com/knurling-rs/probe-run"
version = "0.2.3"
[dependencies]
addr2line = "0.14.1"
ansi_term = "0.12.1"
anyhow = "1.0.40"
arrayref = "0.3.6"
colored = "2.0.0"
defmt-decoder = { version = "=0.2.1", features = ['unstable'] }
difference = "2.0.0"
either = "1.6.1"
gimli = "0.23.0"
log = "0.4.14"
# an addr2line trait is implement for a type in this particular version
object = "0.22.0"
probe-rs = "0.10.1"
probe-rs-rtt = "0.10.1"
rustc-demangle = "0.1.19"
signal-hook = "0.3.8"
structopt = "0.3.21"
hidapi = "1.2.6"
[dev-dependencies]
pretty_assertions = "0.7.2"
rstest = "0.10.0"