aboutsummaryrefslogtreecommitdiff
path: root/METADATA
blob: 13894f86d039c8d633c6d343bc6a40af44be068b (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.4.3.crate"
  }
  version: "0.4.3"
  license_type: NOTICE
  last_upgrade_date {
    year: 2021
    month: 2
    day: 28
  }
}