this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 32 lines 776 B view raw
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 4 4 5[[package]] 6name = "cc" 7version = "1.2.30" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "deec109607ca693028562ed836a5f1c4b8bd77755c4e132fc5ce11b0b6211ae7" 10dependencies = [ 11 "shlex", 12] 13 14[[package]] 15name = "fdt" 16version = "0.1.5" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "784a4df722dc6267a04af36895398f59d21d07dce47232adf31ec0ff2fa45e67" 19 20[[package]] 21name = "kernel" 22version = "0.1.0" 23dependencies = [ 24 "cc", 25 "fdt", 26] 27 28[[package]] 29name = "shlex" 30version = "1.3.0" 31source = "registry+https://github.com/rust-lang/crates.io-index" 32checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"