blob: b518f6c8c0ba4ac8550a8e10ea463b6d7e52fd42 [file] [log] [blame]
Joel Galenson52a992f2021-08-02 15:37:08 -07001[package]
2name = "gdbstub_arch"
3description = "Implementations of `gdbstub::arch::Arch` for various architectures."
4authors = ["Daniel Prilik <danielprilik@gmail.com>"]
Joel Galenson81bab702021-09-22 10:59:51 -07005version = "0.1.1"
Joel Galenson52a992f2021-08-02 15:37:08 -07006license = "MIT"
7edition = "2018"
8readme = "README.md"
9documentation = "https://docs.rs/gdbstub_arch"
10homepage = "https://github.com/daniel5151/gdbstub"
11repository = "https://github.com/daniel5151/gdbstub"
12keywords = ["gdb", "emulation", "no_std", "debugging"]
13categories = ["development-tools::debugging", "embedded", "emulators", "no-std"]
14
15[dependencies]
16gdbstub = { path = "../", version = "0.5", default-features = false }
17
18num-traits = { version = "0.2", default-features = false }