Created
July 15, 2020 20:43
-
-
Save bobmcwhirter/794a2471d369e382a67adf1a554e70d6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
myapp v0.1.0 (/Users/bob/repos/drogue/myapp) | |
├── bbqueue v0.4.8 | |
│ └── generic-array v0.13.2 | |
│ └── typenum v1.12.0 | |
├── cortex-m v0.6.2 | |
│ ├── aligned v0.3.2 | |
│ │ └── as-slice v0.1.3 | |
│ │ ├── generic-array v0.12.3 | |
│ │ │ └── typenum v1.12.0 | |
│ │ ├── generic-array v0.13.2 (*) | |
│ │ └── stable_deref_trait v1.2.0 | |
│ ├── bare-metal v0.2.5 | |
│ │ [build-dependencies] | |
│ │ └── rustc_version v0.2.3 | |
│ │ └── semver v0.9.0 | |
│ │ └── semver-parser v0.7.0 | |
│ └── volatile-register v0.2.0 | |
│ └── vcell v0.1.2 | |
├── cortex-m-rt v0.6.12 | |
│ ├── cortex-m-rt-macros v0.1.8 | |
│ │ ├── proc-macro2 v1.0.18 | |
│ │ │ └── unicode-xid v0.2.1 | |
│ │ ├── quote v1.0.7 | |
│ │ │ └── proc-macro2 v1.0.18 (*) | |
│ │ └── syn v1.0.34 | |
│ │ ├── proc-macro2 v1.0.18 (*) | |
│ │ ├── quote v1.0.7 (*) | |
│ │ └── unicode-xid v0.2.1 | |
│ └── r0 v0.2.2 | |
├── cortex-m-rtic v0.5.3 | |
│ ├── cortex-m v0.6.2 (*) | |
│ ├── cortex-m-rt v0.6.12 (*) | |
│ ├── cortex-m-rtic-macros v0.5.0 | |
│ │ ├── proc-macro2 v1.0.18 (*) | |
│ │ ├── quote v1.0.7 (*) | |
│ │ ├── rtic-syntax v0.4.0 | |
│ │ │ ├── indexmap v1.4.0 | |
│ │ │ │ [build-dependencies] | |
│ │ │ │ └── autocfg v1.0.0 | |
│ │ │ ├── proc-macro2 v1.0.18 (*) | |
│ │ │ └── syn v1.0.34 (*) | |
│ │ └── syn v1.0.34 (*) | |
│ ├── heapless v0.5.5 | |
│ │ ├── as-slice v0.1.3 (*) | |
│ │ ├── generic-array v0.13.2 (*) | |
│ │ ├── hash32 v0.1.1 | |
│ │ │ └── byteorder v1.3.4 | |
│ │ └── stable_deref_trait v1.2.0 | |
│ └── rtic-core v0.3.0 | |
│ [build-dependencies] | |
│ └── version_check v0.9.2 | |
├── embedded-hal v0.2.4 | |
│ ├── nb v0.1.3 | |
│ │ └── nb v1.0.0 | |
│ └── void v1.0.2 | |
├── generic-array v0.13.2 (*) | |
├── heapless v0.5.5 (*) | |
├── nb v0.1.3 (*) | |
├── no-std-net v0.3.0 | |
│ └── byteorder v1.3.4 | |
├── nom v5.1.2 | |
│ └── memchr v2.3.3 | |
│ [build-dependencies] | |
│ └── version_check v0.9.2 | |
├── nucleo-f401re v0.4.1 | |
│ ├── cortex-m v0.6.2 (*) | |
│ ├── cortex-m-rt v0.6.12 (*) | |
│ ├── embedded-hal v0.2.4 (*) | |
│ └── stm32f4xx-hal v0.8.3 | |
│ ├── bare-metal v0.2.5 (*) | |
│ ├── cast v0.2.3 | |
│ │ [build-dependencies] | |
│ │ └── rustc_version v0.2.3 (*) | |
│ ├── cortex-m v0.6.2 (*) | |
│ ├── cortex-m-rt v0.6.12 (*) | |
│ ├── embedded-hal v0.2.4 (*) | |
│ ├── nb v0.1.3 (*) | |
│ ├── rand_core v0.5.1 | |
│ ├── stm32f4 v0.11.0 | |
│ │ ├── bare-metal v0.2.5 (*) | |
│ │ ├── cortex-m v0.6.2 (*) | |
│ │ ├── cortex-m-rt v0.6.12 (*) | |
│ │ └── vcell v0.1.2 | |
│ └── void v1.0.2 | |
├── panic-rtt-target v0.1.0 | |
│ ├── cortex-m v0.6.2 (*) | |
│ └── rtt-target v0.1.1 | |
│ ├── ufmt-write v0.1.0 | |
│ └── vcell v0.1.2 | |
└── rtt-target v0.2.0 | |
├── cortex-m v0.6.2 (*) | |
├── ufmt-write v0.1.0 | |
└── vcell v0.1.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment