aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
blob: 554d91865b6b159b507cbdee92a9fe6f1e913b2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "gdbstub_arch"
description = "Implementations of `gdbstub::arch::Arch` for various architectures."
authors = ["Daniel Prilik <danielprilik@gmail.com>"]
version = "0.3.0"
license = "MIT OR Apache-2.0"
edition = "2018"
readme = "README.md"
documentation = "https://docs.rs/gdbstub_arch"
homepage = "https://github.com/daniel5151/gdbstub"
repository  = "https://github.com/daniel5151/gdbstub"
keywords = ["gdb", "emulation", "no_std", "debugging"]
categories = ["development-tools::debugging", "embedded", "emulators", "no-std"]

[dependencies]
gdbstub = { path = "../", version = "0.7", default-features = false }

num-traits = { version = "0.2", default-features = false }