My omnium-gatherom of scripts and source code.
at main 75 lines 2.0 kB view raw
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "atty" 7version = "0.2.14" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 10dependencies = [ 11 "hermit-abi", 12 "libc", 13 "winapi", 14] 15 16[[package]] 17name = "colored" 18version = "2.0.0" 19source = "registry+https://github.com/rust-lang/crates.io-index" 20checksum = "b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd" 21dependencies = [ 22 "atty", 23 "lazy_static", 24 "winapi", 25] 26 27[[package]] 28name = "golf" 29version = "0.1.0" 30dependencies = [ 31 "colored", 32] 33 34[[package]] 35name = "hermit-abi" 36version = "0.1.19" 37source = "registry+https://github.com/rust-lang/crates.io-index" 38checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 39dependencies = [ 40 "libc", 41] 42 43[[package]] 44name = "lazy_static" 45version = "1.4.0" 46source = "registry+https://github.com/rust-lang/crates.io-index" 47checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 48 49[[package]] 50name = "libc" 51version = "0.2.140" 52source = "registry+https://github.com/rust-lang/crates.io-index" 53checksum = "99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c" 54 55[[package]] 56name = "winapi" 57version = "0.3.9" 58source = "registry+https://github.com/rust-lang/crates.io-index" 59checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 60dependencies = [ 61 "winapi-i686-pc-windows-gnu", 62 "winapi-x86_64-pc-windows-gnu", 63] 64 65[[package]] 66name = "winapi-i686-pc-windows-gnu" 67version = "0.4.0" 68source = "registry+https://github.com/rust-lang/crates.io-index" 69checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 70 71[[package]] 72name = "winapi-x86_64-pc-windows-gnu" 73version = "0.4.0" 74source = "registry+https://github.com/rust-lang/crates.io-index" 75checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"