-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage_tree.dot
More file actions
65 lines (65 loc) · 3.04 KB
/
package_tree.dot
File metadata and controls
65 lines (65 loc) · 3.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
digraph deps {
rankdir="LR";
"rust-aws-lc-rs" -> "rust-aws-lc-sys";
"rust-dbus-tokio" -> "rust-dbus-crossroads";
"rust-governor" -> "rust-nonzero_ext";
"rust-governor" -> "rust-spinning_top";
"rust-hyper-proxy2" -> "rust-webpki";
"rust-librespot-audio" -> "rust-librespot-core";
"rust-librespot-core" -> "rust-governor";
"rust-librespot-core" -> "rust-hyper-proxy2";
"rust-librespot-core" -> "rust-librespot-oauth";
"rust-librespot-core" -> "rust-librespot-protocol";
"rust-librespot-core" -> "rust-nonzero_ext";
"rust-librespot-core" -> "rust-protobuf-json-mapping";
"rust-librespot-core" -> "rust-shannon";
"rust-librespot-connect" -> "rust-librespot-core";
"rust-librespot-connect" -> "rust-librespot-playback";
"rust-librespot-connect" -> "rust-librespot-protocol";
"rust-librespot-playback" -> "rust-librespot-audio";
"rust-librespot-playback" -> "rust-librespot-core";
"rust-librespot-playback" -> "rust-librespot-metadata";
"rust-librespot-playback" -> "rust-symphonia";
"rust-librespot-oauth" -> "rust-oauth2";
"rust-librespot-discovery" -> "rust-librespot-core";
"rust-librespot-metadata" -> "rust-librespot-core";
"rust-librespot-metadata" -> "rust-librespot-protocol";
"rust-symphonia" -> "rust-symphonia-bundle-flac";
"rust-symphonia" -> "rust-symphonia-bundle-mp3";
"rust-symphonia" -> "rust-symphonia-codec-adpcm";
"rust-symphonia" -> "rust-symphonia-codec-pcm";
"rust-symphonia" -> "rust-symphonia-codec-vorbis";
"rust-symphonia" -> "rust-symphonia-core";
"rust-symphonia" -> "rust-symphonia-format-mkv";
"rust-symphonia" -> "rust-symphonia-format-ogg";
"rust-symphonia" -> "rust-symphonia-metadata";
"rust-spotifyd" -> "rust-aws-lc-rs";
"rust-spotifyd" -> "rust-dbus-crossroads";
"rust-spotifyd" -> "rust-dbus-tokio";
"rust-spotifyd" -> "rust-librespot-audio";
"rust-spotifyd" -> "rust-librespot-connect";
"rust-spotifyd" -> "rust-librespot-core";
"rust-spotifyd" -> "rust-librespot-discovery";
"rust-spotifyd" -> "rust-librespot-metadata";
"rust-spotifyd" -> "rust-librespot-oauth";
"rust-spotifyd" -> "rust-librespot-playback";
"rust-spotifyd" -> "rust-librespot-protocol";
"rust-symphonia-bundle-flac" -> "rust-symphonia-core";
"rust-symphonia-bundle-flac" -> "rust-symphonia-metadata";
"rust-symphonia-bundle-flac" -> "rust-symphonia-utils-xiph";
"rust-symphonia-bundle-mp3" -> "rust-symphonia-core";
"rust-symphonia-bundle-mp3" -> "rust-symphonia-metadata";
"rust-symphonia-codec-adpcm" -> "rust-symphonia-core";
"rust-symphonia-codec-pcm" -> "rust-symphonia-core";
"rust-symphonia-codec-vorbis" -> "rust-symphonia-core";
"rust-symphonia-codec-vorbis" -> "rust-symphonia-utils-xiph";
"rust-symphonia-format-mkv" -> "rust-symphonia-core";
"rust-symphonia-format-mkv" -> "rust-symphonia-metadata";
"rust-symphonia-format-mkv" -> "rust-symphonia-utils-xiph";
"rust-symphonia-format-ogg" -> "rust-symphonia-core";
"rust-symphonia-format-ogg" -> "rust-symphonia-metadata";
"rust-symphonia-format-ogg" -> "rust-symphonia-utils-xiph";
"rust-symphonia-metadata" -> "rust-symphonia-core";
"rust-symphonia-utils-xiph" -> "rust-symphonia-core";
"rust-symphonia-utils-xiph" -> "rust-symphonia-metadata";
}