rust initial

This commit is contained in:
Gvidas Juknevičius 2024-04-08 01:07:56 +03:00
parent 12b872f6bc
commit 19a2be07bb
Signed by: MCorange
GPG Key ID: 12B1346D720B7FBB
563 changed files with 1722 additions and 0 deletions

356
music_mgr/Cargo.lock generated Normal file
View File

@ -0,0 +1,356 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "aho-corasick"
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
dependencies = [
"memchr",
]
[[package]]
name = "anstream"
version = "0.6.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d96bd03f33fe50a863e394ee9718a706f988b9079b20c3784fb726e7678b62fb"
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
"utf8parse",
]
[[package]]
name = "anstyle"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc"
[[package]]
name = "anstyle-parse"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c"
dependencies = [
"utf8parse",
]
[[package]]
name = "anstyle-query"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648"
dependencies = [
"windows-sys",
]
[[package]]
name = "anstyle-wincon"
version = "3.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7"
dependencies = [
"anstyle",
"windows-sys",
]
[[package]]
name = "camino"
version = "1.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c59e92b5a388f549b863a7bea62612c09f24c8393560709a54558a9abdfb3b9c"
[[package]]
name = "clap"
version = "4.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0"
dependencies = [
"clap_builder",
"clap_derive",
]
[[package]]
name = "clap_builder"
version = "4.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4"
dependencies = [
"anstream",
"anstyle",
"clap_lex",
"strsim",
]
[[package]]
name = "clap_derive"
version = "4.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "528131438037fd55894f62d6e9f068b8f45ac57ffa77517819645d10aed04f64"
dependencies = [
"heck",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "clap_lex"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce"
[[package]]
name = "colorchoice"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
[[package]]
name = "env_filter"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a009aa4810eb158359dda09d0c87378e4bbb89b5a801f016885a4707ba24f7ea"
dependencies = [
"log",
"regex",
]
[[package]]
name = "env_logger"
version = "0.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38b35839ba51819680ba087cd351788c9a3c476841207e0b8cee0b04722343b9"
dependencies = [
"anstream",
"anstyle",
"env_filter",
"humantime",
"log",
]
[[package]]
name = "heck"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
[[package]]
name = "humantime"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
[[package]]
name = "itoa"
version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
[[package]]
name = "log"
version = "0.4.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
[[package]]
name = "memchr"
version = "2.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
[[package]]
name = "music_mgr"
version = "0.1.0"
dependencies = [
"camino",
"clap",
"env_logger",
"log",
"serde",
"serde_json",
]
[[package]]
name = "proc-macro2"
version = "1.0.79"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e"
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
version = "1.0.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
dependencies = [
"proc-macro2",
]
[[package]]
name = "regex"
version = "1.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c"
dependencies = [
"aho-corasick",
"memchr",
"regex-automata",
"regex-syntax",
]
[[package]]
name = "regex-automata"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea"
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56"
[[package]]
name = "ryu"
version = "1.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1"
[[package]]
name = "serde"
version = "1.0.197"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
version = "1.0.197"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "serde_json"
version = "1.0.115"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12dc5c46daa8e9fdf4f5e71b6cf9a53f2487da0e86e55808e2d35539666497dd"
dependencies = [
"itoa",
"ryu",
"serde",
]
[[package]]
name = "strsim"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
[[package]]
name = "syn"
version = "2.0.58"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44cfb93f38070beee36b3fef7d4f5a16f27751d94b187b666a5cc5e9b0d30687"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "unicode-ident"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
[[package]]
name = "utf8parse"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
[[package]]
name = "windows-sys"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
dependencies = [
"windows-targets",
]
[[package]]
name = "windows-targets"
version = "0.52.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b"
dependencies = [
"windows_aarch64_gnullvm",
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_gnullvm",
"windows_x86_64_msvc",
]
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.52.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9"
[[package]]
name = "windows_aarch64_msvc"
version = "0.52.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675"
[[package]]
name = "windows_i686_gnu"
version = "0.52.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3"
[[package]]
name = "windows_i686_msvc"
version = "0.52.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02"
[[package]]
name = "windows_x86_64_gnu"
version = "0.52.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.52.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177"
[[package]]
name = "windows_x86_64_msvc"
version = "0.52.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8"

14
music_mgr/Cargo.toml Normal file
View File

@ -0,0 +1,14 @@
[package]
name = "music_mgr"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
camino = "1.1.6"
clap = { version = "4.5.4", features = ["derive"] }
env_logger = "0.11.3"
log = "0.4.21"
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.115"

28
music_mgr/src/cli.rs Normal file
View File

@ -0,0 +1,28 @@
use std::default;
use camino::Utf8PathBuf;
use clap::{Parser, Subcommand};
#[derive(Debug, Parser)]
pub struct CliArgs {
/// Show more info
#[arg(long, short)]
pub debug: bool,
/// Path to manifest
#[arg(long, short, default_value_t=Utf8PathBuf::from("./manifest.json"))]
pub manifest: Utf8PathBuf,
/// Output directory
#[arg(long, short, default_value_t=Utf8PathBuf::from("./out"))]
pub output: Utf8PathBuf,
#[command(subcommand)]
pub command: Option<CliCommand>,
}
#[derive(Debug, Subcommand, Default)]
pub enum CliCommand {
#[default]
Download
}

24
music_mgr/src/main.rs Normal file
View File

@ -0,0 +1,24 @@
use clap::Parser;
use crate::cli::{CliArgs, CliCommand};
mod cli;
fn main() {
let cli_args = CliArgs::parse();
match cli_args.command {
None => {
// TODO: Download
},
Some(c) => {
match c {
CliCommand::Download => {
// TODO: Download
},
}
},
}
println!("Hello, world!");
}

View File

@ -0,0 +1 @@
{"rustc_fingerprint":17981556082882734499,"outputs":{"4614504638168534921":{"success":true,"status":"","code":0,"stdout":"rustc 1.77.1 (7cf61ebde 2024-03-27)\nbinary: rustc\ncommit-hash: 7cf61ebde7b22796c69757901dd346d0fe70bd97\ncommit-date: 2024-03-27\nhost: x86_64-unknown-linux-gnu\nrelease: 1.77.1\nLLVM version: 17.0.6\n","stderr":""},"15729799797837862367":{"success":true,"status":"","code":0,"stdout":"___\nlib___.rlib\nlib___.so\nlib___.so\nlib___.a\nlib___.so\n/home/mcorange/.rustup/toolchains/stable-x86_64-unknown-linux-gnu\noff\npacked\nunpacked\n___\ndebug_assertions\npanic=\"unwind\"\nproc_macro\ntarget_arch=\"x86_64\"\ntarget_endian=\"little\"\ntarget_env=\"gnu\"\ntarget_family=\"unix\"\ntarget_feature=\"fxsr\"\ntarget_feature=\"sse\"\ntarget_feature=\"sse2\"\ntarget_has_atomic=\"16\"\ntarget_has_atomic=\"32\"\ntarget_has_atomic=\"64\"\ntarget_has_atomic=\"8\"\ntarget_has_atomic=\"ptr\"\ntarget_os=\"linux\"\ntarget_pointer_width=\"64\"\ntarget_vendor=\"unknown\"\nunix\n","stderr":""}},"successes":{}}

View File

@ -0,0 +1,3 @@
Signature: 8a477f597d28d172789f06886806bc55
# This file is a cache directory tag created by cargo.
# For information about cache directory tags see https://bford.info/cachedir/

View File

View File

@ -0,0 +1 @@
This file has an mtime of when this was started.

View File

@ -0,0 +1 @@
aa27adfa541b7157

View File

@ -0,0 +1 @@
{"rustc":16286356497298320803,"features":"[\"perf-literal\", \"std\"]","declared_features":"","target":12812136000324506373,"profile":10243973527296709326,"path":13802209717820218790,"deps":[[15818844694086178958,"memchr",false,14950237772102469730]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/aho-corasick-6019f3a9a7dd35ea/dep-lib-aho_corasick"}}],"rustflags":[],"metadata":13904389431191498124,"config":2202906307356721367,"compile_kind":0}

View File

@ -0,0 +1 @@
This file has an mtime of when this was started.

View File

@ -0,0 +1 @@
84f670cf38970612

View File

@ -0,0 +1 @@
{"rustc":16286356497298320803,"features":"[\"perf-literal\", \"std\"]","declared_features":"","target":12812136000324506373,"profile":12206360443249279867,"path":13802209717820218790,"deps":[[15818844694086178958,"memchr",false,1178920916388319021]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/aho-corasick-b99b6e1b4f09cbff/dep-lib-aho_corasick"}}],"rustflags":[],"metadata":13904389431191498124,"config":2202906307356721367,"compile_kind":0}

View File

@ -0,0 +1 @@
This file has an mtime of when this was started.

View File

@ -0,0 +1 @@
539fe0aa8135631d

View File

@ -0,0 +1 @@
{"rustc":16286356497298320803,"features":"[\"auto\", \"default\", \"wincon\"]","declared_features":"","target":16157420304466204941,"profile":12206360443249279867,"path":6877630918698971432,"deps":[[2294077528697419694,"utf8parse",false,12132200868463755926],[5203015415326938158,"colorchoice",false,5436464342703253623],[6618907358488856998,"anstyle",false,3217679308024647126],[17082236952670938903,"anstyle_query",false,10089766970711547585],[17950593284718141632,"anstyle_parse",false,12160128275634315108]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/anstream-899e6b0627e41f18/dep-lib-anstream"}}],"rustflags":[],"metadata":7500874485387469444,"config":2202906307356721367,"compile_kind":0}

View File

@ -0,0 +1 @@
This file has an mtime of when this was started.

View File

@ -0,0 +1 @@
da3a731ac4a13738

View File

@ -0,0 +1 @@
{"rustc":16286356497298320803,"features":"[\"auto\", \"default\", \"wincon\"]","declared_features":"","target":16157420304466204941,"profile":10243973527296709326,"path":6877630918698971432,"deps":[[2294077528697419694,"utf8parse",false,4399613590602973203],[5203015415326938158,"colorchoice",false,2655764765158924204],[6618907358488856998,"anstyle",false,12086302761679687132],[17082236952670938903,"anstyle_query",false,5387835849751961382],[17950593284718141632,"anstyle_parse",false,2042711040984405061]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/anstream-b8f1a2246f688a58/dep-lib-anstream"}}],"rustflags":[],"metadata":7500874485387469444,"config":2202906307356721367,"compile_kind":0}

View File

@ -0,0 +1 @@
This file has an mtime of when this was started.

View File

@ -0,0 +1 @@
d60def5b487ea72c

View File

@ -0,0 +1 @@
{"rustc":16286356497298320803,"features":"[\"default\", \"std\"]","declared_features":"","target":13663407036240438623,"profile":12206360443249279867,"path":11206664814981331408,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/anstyle-0d7125144c7e14c9/dep-lib-anstyle"}}],"rustflags":[],"metadata":14064844656010464607,"config":2202906307356721367,"compile_kind":0}

View File

@ -0,0 +1 @@
This file has an mtime of when this was started.

View File

@ -0,0 +1 @@
dc8dbd65532cbba7

View File

@ -0,0 +1 @@
{"rustc":16286356497298320803,"features":"[\"default\", \"std\"]","declared_features":"","target":13663407036240438623,"profile":10243973527296709326,"path":11206664814981331408,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/anstyle-c05b1d224cfb558c/dep-lib-anstyle"}}],"rustflags":[],"metadata":14064844656010464607,"config":2202906307356721367,"compile_kind":0}

View File

@ -0,0 +1 @@
This file has an mtime of when this was started.

View File

@ -0,0 +1 @@
64df5d543d74c1a8

View File

@ -0,0 +1 @@
{"rustc":16286356497298320803,"features":"[\"default\", \"utf8\"]","declared_features":"","target":1993415851866499831,"profile":12206360443249279867,"path":12888473712552014196,"deps":[[2294077528697419694,"utf8parse",false,12132200868463755926]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/anstyle-parse-19ae0f21fd633e00/dep-lib-anstyle-parse"}}],"rustflags":[],"metadata":9799137552285937175,"config":2202906307356721367,"compile_kind":0}

View File

@ -0,0 +1 @@
This file has an mtime of when this was started.

View File

@ -0,0 +1 @@
45d4a478de2a591c

View File

@ -0,0 +1 @@
{"rustc":16286356497298320803,"features":"[\"default\", \"utf8\"]","declared_features":"","target":1993415851866499831,"profile":10243973527296709326,"path":12888473712552014196,"deps":[[2294077528697419694,"utf8parse",false,4399613590602973203]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/anstyle-parse-fe5b854c98e180b0/dep-lib-anstyle-parse"}}],"rustflags":[],"metadata":9799137552285937175,"config":2202906307356721367,"compile_kind":0}

View File

@ -0,0 +1 @@
This file has an mtime of when this was started.

View File

@ -0,0 +1 @@
269f94cc2870c54a

View File

@ -0,0 +1 @@
{"rustc":16286356497298320803,"features":"[]","declared_features":"","target":8921697713841910856,"profile":10243973527296709326,"path":10877101515517714489,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/anstyle-query-a7cee395123ec487/dep-lib-anstyle-query"}}],"rustflags":[],"metadata":10674566383365303417,"config":2202906307356721367,"compile_kind":0}

View File

@ -0,0 +1 @@
This file has an mtime of when this was started.

View File

@ -0,0 +1 @@
c11ebb1b9a0d068c

View File

@ -0,0 +1 @@
{"rustc":16286356497298320803,"features":"[]","declared_features":"","target":8921697713841910856,"profile":12206360443249279867,"path":10877101515517714489,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/anstyle-query-b7a1792890732c38/dep-lib-anstyle-query"}}],"rustflags":[],"metadata":10674566383365303417,"config":2202906307356721367,"compile_kind":0}

View File

@ -0,0 +1 @@
{"rustc":16286356497298320803,"features":"[]","declared_features":"","target":2297296889237502566,"profile":13232757476167777671,"path":5772419872598040909,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/camino-0f1e0631629bf7f1/dep-build-script-build-script-build"}}],"rustflags":[],"metadata":8220988225220673478,"config":2202906307356721367,"compile_kind":0}

View File

@ -0,0 +1 @@
This file has an mtime of when this was started.

View File

@ -0,0 +1 @@
{"rustc":16286356497298320803,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[4147341648673927603,"build_script_build",false,1398050139229983111]],"local":[{"Precalculated":"1.1.6"}],"rustflags":[],"metadata":0,"config":0,"compile_kind":0}

View File

@ -0,0 +1 @@
This file has an mtime of when this was started.

View File

@ -0,0 +1 @@
3af48d3f0b2374aa

View File

@ -0,0 +1 @@
{"rustc":16286356497298320803,"features":"[]","declared_features":"","target":3152664541602627445,"profile":12206360443249279867,"path":14481802615051014746,"deps":[[4147341648673927603,"build_script_build",false,13896741378849790546]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/camino-541487e0bc985c37/dep-lib-camino"}}],"rustflags":[],"metadata":8220988225220673478,"config":2202906307356721367,"compile_kind":0}

View File

@ -0,0 +1 @@
This file has an mtime of when this was started.

View File

@ -0,0 +1 @@
4ab11a98772308cc

View File

@ -0,0 +1 @@
{"rustc":16286356497298320803,"features":"[]","declared_features":"","target":3152664541602627445,"profile":10243973527296709326,"path":14481802615051014746,"deps":[[4147341648673927603,"build_script_build",false,13896741378849790546]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/camino-f58b7b7531d8d2f2/dep-lib-camino"}}],"rustflags":[],"metadata":8220988225220673478,"config":2202906307356721367,"compile_kind":0}

View File

@ -0,0 +1 @@
This file has an mtime of when this was started.

View File

@ -0,0 +1 @@
31530aa67cf494d9

View File

@ -0,0 +1 @@
{"rustc":16286356497298320803,"features":"[\"color\", \"default\", \"derive\", \"error-context\", \"help\", \"std\", \"suggestions\", \"usage\"]","declared_features":"","target":11682353261401937188,"profile":10243973527296709326,"path":13668432896521559210,"deps":[[8642186927319252504,"clap_builder",false,16474736679545424326],[14428068728819244653,"clap_derive",false,5151316318697121709]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/clap-4130df6385a2add2/dep-lib-clap"}}],"rustflags":[],"metadata":13636260659328210681,"config":2202906307356721367,"compile_kind":0}

View File

@ -0,0 +1 @@
This file has an mtime of when this was started.

View File

@ -0,0 +1 @@
86e85b12246e187b

View File

@ -0,0 +1 @@
{"rustc":16286356497298320803,"features":"[\"color\", \"default\", \"derive\", \"error-context\", \"help\", \"std\", \"suggestions\", \"usage\"]","declared_features":"","target":11682353261401937188,"profile":12206360443249279867,"path":13668432896521559210,"deps":[[8642186927319252504,"clap_builder",false,14725717794971451041],[14428068728819244653,"clap_derive",false,5151316318697121709]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/clap-e8d5543c123ebf61/dep-lib-clap"}}],"rustflags":[],"metadata":13636260659328210681,"config":2202906307356721367,"compile_kind":0}

View File

@ -0,0 +1 @@
This file has an mtime of when this was started.

View File

@ -0,0 +1 @@
c6496720b905a2e4

View File

@ -0,0 +1 @@
{"rustc":16286356497298320803,"features":"[\"color\", \"error-context\", \"help\", \"std\", \"suggestions\", \"usage\"]","declared_features":"","target":4283070019788116899,"profile":10243973527296709326,"path":4017397028390529711,"deps":[[967775003968733193,"strsim",false,5733030839191000445],[6618907358488856998,"anstyle",false,12086302761679687132],[12562571902142552798,"clap_lex",false,17364549625427616118],[12904024922507174995,"anstream",false,4050884253472471770]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/clap_builder-0dcc2ba40c096c75/dep-lib-clap_builder"}}],"rustflags":[],"metadata":13636260659328210681,"config":2202906307356721367,"compile_kind":0}

View File

@ -0,0 +1 @@
This file has an mtime of when this was started.

View File

@ -0,0 +1 @@
a1feeb7750425ccc

View File

@ -0,0 +1 @@
{"rustc":16286356497298320803,"features":"[\"color\", \"error-context\", \"help\", \"std\", \"suggestions\", \"usage\"]","declared_features":"","target":4283070019788116899,"profile":12206360443249279867,"path":4017397028390529711,"deps":[[967775003968733193,"strsim",false,11538076274035512232],[6618907358488856998,"anstyle",false,3217679308024647126],[12562571902142552798,"clap_lex",false,5779772929380212220],[12904024922507174995,"anstream",false,2117595080828165971]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/clap_builder-2f180f0f0ebdf3c6/dep-lib-clap_builder"}}],"rustflags":[],"metadata":13636260659328210681,"config":2202906307356721367,"compile_kind":0}

View File

@ -0,0 +1 @@
This file has an mtime of when this was started.

View File

@ -0,0 +1 @@
ad679d25e6267d47

View File

@ -0,0 +1 @@
{"rustc":16286356497298320803,"features":"[\"default\"]","declared_features":"","target":2857516309462705178,"profile":13232757476167777671,"path":5033092873652675415,"deps":[[3979037941295798225,"syn",false,1742187811826881213],[8422320316573217860,"proc_macro2",false,13207639434762589143],[9618700007800273094,"quote",false,14865025749707087455],[17175234422038868540,"heck",false,8739608944938515026]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/clap_derive-a391ee9cdebcb511/dep-lib-clap_derive"}}],"rustflags":[],"metadata":751742508315986310,"config":2202906307356721367,"compile_kind":0}

View File

@ -0,0 +1 @@
This file has an mtime of when this was started.

View File

@ -0,0 +1 @@
fc5d2052dbe03550

View File

@ -0,0 +1 @@
{"rustc":16286356497298320803,"features":"[]","declared_features":"","target":15046584223448514951,"profile":12206360443249279867,"path":2090895194335207907,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/clap_lex-81a8d5cef0e8ca8f/dep-lib-clap_lex"}}],"rustflags":[],"metadata":10867457033190240412,"config":2202906307356721367,"compile_kind":0}

View File

@ -0,0 +1 @@
This file has an mtime of when this was started.

View File

@ -0,0 +1 @@
7661410ce245fbf0

View File

@ -0,0 +1 @@
{"rustc":16286356497298320803,"features":"[]","declared_features":"","target":15046584223448514951,"profile":10243973527296709326,"path":2090895194335207907,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/clap_lex-bf9ba3c3e94b407b/dep-lib-clap_lex"}}],"rustflags":[],"metadata":10867457033190240412,"config":2202906307356721367,"compile_kind":0}

View File

@ -0,0 +1 @@
This file has an mtime of when this was started.

View File

@ -0,0 +1 @@
acdf4baafb2bdb24

View File

@ -0,0 +1 @@
{"rustc":16286356497298320803,"features":"[]","declared_features":"","target":6039773940249072176,"profile":10243973527296709326,"path":498528248180742295,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/colorchoice-aa09627affd4beee/dep-lib-colorchoice"}}],"rustflags":[],"metadata":16033661185762923568,"config":2202906307356721367,"compile_kind":0}

View File

@ -0,0 +1 @@
This file has an mtime of when this was started.

View File

@ -0,0 +1 @@
77a8e71c8433724b

View File

@ -0,0 +1 @@
{"rustc":16286356497298320803,"features":"[]","declared_features":"","target":6039773940249072176,"profile":12206360443249279867,"path":498528248180742295,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/colorchoice-ec76bbff62cea5e3/dep-lib-colorchoice"}}],"rustflags":[],"metadata":16033661185762923568,"config":2202906307356721367,"compile_kind":0}

View File

@ -0,0 +1 @@
This file has an mtime of when this was started.

View File

@ -0,0 +1 @@
fef6e586ba2cdd1d

Some files were not shown because too many files have changed in this diff Show More