aboutsummaryrefslogtreecommitdiff
path: root/METADATA
blob: 0d4065e675c571bf76276de47e850a9cae32e9fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name: "gdbstub"
description: "An implementation of the GDB Remote Serial Protocol in Rust"
third_party {
  url {
    type: HOMEPAGE
    value: "https://crates.io/crates/gdbstub"
  }
  url {
    type: ARCHIVE
    value: "https://static.crates.io/crates/gdbstub/gdbstub-0.5.0.crate"
  }
  version: "0.5.0"
  license_type: NOTICE
  last_upgrade_date {
    year: 2021
    month: 6
    day: 21
  }
}