Skip to content

Instantly share code, notes, and snippets.

@andreastt
Created July 11, 2019 12:20
Show Gist options
  • Save andreastt/983e958749cba60bfe9e48d2c62139d2 to your computer and use it in GitHub Desktop.
Save andreastt/983e958749cba60bfe9e48d2c62139d2 to your computer and use it in GitHub Desktop.
% 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