Created
July 11, 2019 12:20
-
-
Save andreastt/983e958749cba60bfe9e48d2c62139d2 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
% cargo tree -p serde_repr | |
serde_repr v0.1.4 | |
├── proc-macro2 v0.4.30 | |
│ └── unicode-xid v0.1.0 | |
├── quote v0.6.12 | |
│ └── proc-macro2 v0.4.30 (*) | |
└── syn v0.15.38 | |
├── proc-macro2 v0.4.30 (*) | |
├── quote v0.6.12 (*) | |
└── unicode-xid v0.1.0 (*) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment