fix: CLI dispatch, clap env feature, base64 dep, stray attribute cleanup
This commit is contained in:
parent
fdd1dcbed0
commit
16f3f7ae3f
2
agent/.gitignore
vendored
Normal file
2
agent/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
target/
|
||||||
|
Cargo.lock
|
||||||
3159
agent/Cargo.lock
generated
Normal file
3159
agent/Cargo.lock
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -36,7 +36,7 @@ serde = { version = "1", features = ["derive"] }
|
|||||||
serde_json = "1"
|
serde_json = "1"
|
||||||
|
|
||||||
# CLI argument parsing
|
# CLI argument parsing
|
||||||
clap = { version = "4", features = ["derive"] }
|
clap = { version = "4", features = ["derive", "env"] }
|
||||||
|
|
||||||
# Logging
|
# Logging
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
@ -48,6 +48,9 @@ uuid = { version = "1", features = ["v4"] }
|
|||||||
# Error handling
|
# Error handling
|
||||||
anyhow = "1"
|
anyhow = "1"
|
||||||
|
|
||||||
|
# Base64 encoding (legacy JPEG capture)
|
||||||
|
base64 = "0.22"
|
||||||
|
|
||||||
# HTTP client (for REST API session creation)
|
# HTTP client (for REST API session creation)
|
||||||
reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls"] }
|
reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls"] }
|
||||||
|
|
||||||
|
|||||||
@ -116,7 +116,6 @@ pub enum ServiceAction {
|
|||||||
/// Uninstall (remove) the system service.
|
/// Uninstall (remove) the system service.
|
||||||
///
|
///
|
||||||
/// Stops the service if it is running, then removes the service definition.
|
/// Stops the service if it is running, then removes the service definition.
|
||||||
#[arg(long, default_value = "butterfly-agent")]
|
|
||||||
Uninstall {
|
Uninstall {
|
||||||
/// Service name to uninstall.
|
/// Service name to uninstall.
|
||||||
#[arg(long, default_value = "butterfly-agent")]
|
#[arg(long, default_value = "butterfly-agent")]
|
||||||
|
|||||||
1
agent/target/.rustc_info.json
Normal file
1
agent/target/.rustc_info.json
Normal file
@ -0,0 +1 @@
|
|||||||
|
{"rustc_fingerprint":5640951906056883168,"outputs":{"17747080675513052775":{"success":true,"status":"","code":0,"stdout":"rustc 1.94.1 (e408947bf 2026-03-25)\nbinary: rustc\ncommit-hash: e408947bfd200af42db322daf0fadfe7e26d3bd1\ncommit-date: 2026-03-25\nhost: x86_64-unknown-linux-gnu\nrelease: 1.94.1\nLLVM version: 21.1.8\n","stderr":""},"7971740275564407648":{"success":true,"status":"","code":0,"stdout":"___\nlib___.rlib\nlib___.so\nlib___.so\nlib___.a\nlib___.so\n/home/z/.rustup/toolchains/stable-x86_64-unknown-linux-gnu\noff\npacked\nunpacked\n___\ndebug_assertions\npanic=\"unwind\"\nproc_macro\ntarget_abi=\"\"\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":{}}
|
||||||
3
agent/target/CACHEDIR.TAG
Normal file
3
agent/target/CACHEDIR.TAG
Normal 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/
|
||||||
0
agent/target/debug/.cargo-lock
Normal file
0
agent/target/debug/.cargo-lock
Normal file
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
This file has an mtime of when this was started.
|
||||||
@ -0,0 +1 @@
|
|||||||
|
ae64994289fd6e86
|
||||||
@ -0,0 +1 @@
|
|||||||
|
{"rustc":5391851738765093524,"features":"[]","declared_features":"[\"core\", \"default\", \"rustc-dep-of-std\", \"std\"]","target":6569825234462323107,"profile":2241668132362809309,"path":6304695095228330996,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/adler2-058d5f8fddc817b0/dep-lib-adler2","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
|
||||||
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
This file has an mtime of when this was started.
|
||||||
@ -0,0 +1 @@
|
|||||||
|
818add63b5ed4e89
|
||||||
@ -0,0 +1 @@
|
|||||||
|
{"rustc":5391851738765093524,"features":"[\"perf-literal\", \"std\"]","declared_features":"[\"default\", \"logging\", \"perf-literal\", \"std\"]","target":7534583537114156500,"profile":2241668132362809309,"path":14282663034247825136,"deps":[[1363051979936526615,"memchr",false,5962328368312740977]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/aho-corasick-8b3ead2c6385d766/dep-lib-aho_corasick","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
|
||||||
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
This file has an mtime of when this was started.
|
||||||
@ -0,0 +1 @@
|
|||||||
|
f31795a2985717c6
|
||||||
@ -0,0 +1 @@
|
|||||||
|
{"rustc":5391851738765093524,"features":"[]","declared_features":"[]","target":3125153431088264391,"profile":2241668132362809309,"path":8851640679237246550,"deps":[[3479621775654468824,"as_slice",false,118874985595272998]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/aligned-d36fe9c732fb5b18/dep-lib-aligned","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
|
||||||
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
This file has an mtime of when this was started.
|
||||||
@ -0,0 +1 @@
|
|||||||
|
218e6637c3d3411d
|
||||||
@ -0,0 +1 @@
|
|||||||
|
{"rustc":5391851738765093524,"features":"[\"default\", \"std\"]","declared_features":"[\"default\", \"serde\", \"std\"]","target":2676654459276378593,"profile":2241668132362809309,"path":16178119247073110473,"deps":[[12331837146972499874,"equator",false,8967852244306715566]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/aligned-vec-19560c0cc3342d6e/dep-lib-aligned_vec","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
|
||||||
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
This file has an mtime of when this was started.
|
||||||
@ -0,0 +1 @@
|
|||||||
|
7b802436d221735a
|
||||||
@ -0,0 +1 @@
|
|||||||
|
{"rustc":5391851738765093524,"features":"[\"auto\", \"default\", \"wincon\"]","declared_features":"[\"auto\", \"default\", \"test\", \"wincon\"]","target":11278316191512382530,"profile":17646343673514590993,"path":18285076981788204047,"deps":[[2608044744973004659,"anstyle_parse",false,10231732548308611484],[5652275617566266604,"anstyle_query",false,7124577077882605794],[7098682853475662231,"anstyle",false,16771901755091886976],[7711617929439759244,"colorchoice",false,7623655162864138271],[7727459912076845739,"is_terminal_polyfill",false,5845803552644641956],[17716308468579268865,"utf8parse",false,449596501245449024]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/anstream-a4423b82839a25a1/dep-lib-anstream","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
|
||||||
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
This file has an mtime of when this was started.
|
||||||
@ -0,0 +1 @@
|
|||||||
|
80a300f0c8c3c1e8
|
||||||
@ -0,0 +1 @@
|
|||||||
|
{"rustc":5391851738765093524,"features":"[\"default\", \"std\"]","declared_features":"[\"default\", \"std\"]","target":6165884447290141869,"profile":17646343673514590993,"path":16676059437871222334,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/anstyle-a8236b7ed4a5a82a/dep-lib-anstyle","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
|
||||||
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
This file has an mtime of when this was started.
|
||||||
@ -0,0 +1 @@
|
|||||||
|
9cb1bcea8a6afe8d
|
||||||
@ -0,0 +1 @@
|
|||||||
|
{"rustc":5391851738765093524,"features":"[\"default\", \"utf8\"]","declared_features":"[\"core\", \"default\", \"utf8\"]","target":10225663410500332907,"profile":17646343673514590993,"path":10119570457316637790,"deps":[[17716308468579268865,"utf8parse",false,449596501245449024]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/anstyle-parse-99a825add116413d/dep-lib-anstyle_parse","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
|
||||||
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
This file has an mtime of when this was started.
|
||||||
@ -0,0 +1 @@
|
|||||||
|
e25015ce1a95df62
|
||||||
@ -0,0 +1 @@
|
|||||||
|
{"rustc":5391851738765093524,"features":"[]","declared_features":"[]","target":10705714425685373190,"profile":112744067883639982,"path":2121986684770291704,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/anstyle-query-0b8322a96a58150a/dep-lib-anstyle_query","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
|
||||||
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
This file has an mtime of when this was started.
|
||||||
@ -0,0 +1 @@
|
|||||||
|
7ce6a661e9b6da10
|
||||||
@ -0,0 +1 @@
|
|||||||
|
{"rustc":5391851738765093524,"features":"[\"default\", \"std\"]","declared_features":"[\"backtrace\", \"default\", \"std\"]","target":1563897884725121975,"profile":2241668132362809309,"path":11141166317433665091,"deps":[[12478428894219133322,"build_script_build",false,17035940781367160097]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/anyhow-0d3aaa44f2e50e33/dep-lib-anyhow","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
|
||||||
@ -0,0 +1 @@
|
|||||||
|
9d87cc244afce90e
|
||||||
@ -0,0 +1 @@
|
|||||||
|
{"rustc":5391851738765093524,"features":"[\"default\", \"std\"]","declared_features":"[\"backtrace\", \"default\", \"std\"]","target":5408242616063297496,"profile":2225463790103693989,"path":1172721132413458265,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/anyhow-7d1dbc24c2f8a68d/dep-build-script-build-script-build","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
|
||||||
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
This file has an mtime of when this was started.
|
||||||
@ -0,0 +1 @@
|
|||||||
|
21edfa5fe1d16bec
|
||||||
@ -0,0 +1 @@
|
|||||||
|
{"rustc":5391851738765093524,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[12478428894219133322,"build_script_build",false,1074667381479737245]],"local":[{"RerunIfChanged":{"output":"debug/build/anyhow-d08f0f65b4941a1e/output","paths":["src/nightly.rs"]}},{"RerunIfEnvChanged":{"var":"RUSTC_BOOTSTRAP","val":null}}],"rustflags":[],"config":0,"compile_kind":0}
|
||||||
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
This file has an mtime of when this was started.
|
||||||
@ -0,0 +1 @@
|
|||||||
|
804cfdfa8e66022f
|
||||||
@ -0,0 +1 @@
|
|||||||
|
{"rustc":5391851738765093524,"features":"[]","declared_features":"[]","target":3872014975303061944,"profile":2225463790103693989,"path":17257235261242285588,"deps":[[4289358735036141001,"proc_macro2",false,10178310667270251203],[10420560437213941093,"syn",false,10158443981156500630],[13111758008314797071,"quote",false,16220216807289559200]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/arg_enum_proc_macro-99e035b4c9f3cceb/dep-lib-arg_enum_proc_macro","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
|
||||||
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
This file has an mtime of when this was started.
|
||||||
@ -0,0 +1 @@
|
|||||||
|
4199d0e50456e925
|
||||||
@ -0,0 +1 @@
|
|||||||
|
{"rustc":5391851738765093524,"features":"[\"default\", \"std\"]","declared_features":"[\"borsh\", \"default\", \"serde\", \"std\", \"zeroize\"]","target":12564975964323158710,"profile":2241668132362809309,"path":3597946899094353764,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/arrayvec-611c9d793e0d8966/dep-lib-arrayvec","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
|
||||||
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
This file has an mtime of when this was started.
|
||||||
@ -0,0 +1 @@
|
|||||||
|
26ff15692b54a601
|
||||||
@ -0,0 +1 @@
|
|||||||
|
{"rustc":5391851738765093524,"features":"[]","declared_features":"[]","target":12683986391282835273,"profile":2241668132362809309,"path":17360288657717154334,"deps":[[12669569555400633618,"stable_deref_trait",false,17588164824850148878]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/as-slice-a2d32d6cb5ad0068/dep-lib-as_slice","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
|
||||||
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
This file has an mtime of when this was started.
|
||||||
@ -0,0 +1 @@
|
|||||||
|
ac37d32aa12d191e
|
||||||
@ -0,0 +1 @@
|
|||||||
|
{"rustc":5391851738765093524,"features":"[]","declared_features":"[\"portable-atomic\"]","target":14411119108718288063,"profile":2241668132362809309,"path":11947939603028910680,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/atomic-waker-d6c2ddae633ac1aa/dep-lib-atomic_waker","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
|
||||||
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
This file has an mtime of when this was started.
|
||||||
@ -0,0 +1 @@
|
|||||||
|
2e89bae17d2564d8
|
||||||
@ -0,0 +1 @@
|
|||||||
|
{"rustc":5391851738765093524,"features":"[]","declared_features":"[]","target":6962977057026645649,"profile":2225463790103693989,"path":4200496404839208071,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/autocfg-9ef4b25a9bd36cd2/dep-lib-autocfg","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
|
||||||
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
This file has an mtime of when this was started.
|
||||||
@ -0,0 +1 @@
|
|||||||
|
bafdaa4ffc3aa48b
|
||||||
@ -0,0 +1 @@
|
|||||||
|
{"rustc":5391851738765093524,"features":"[]","declared_features":"[\"asm\", \"binary\", \"cc\", \"clap\", \"console\", \"default\", \"devel\", \"fern\", \"ffmpeg\", \"ffmpeg-the-third\", \"libc\", \"nasm-rs\", \"serde\", \"serde_json\", \"serialize\", \"tracing\", \"tracing-chrome\", \"tracing-subscriber\", \"vapoursynth\"]","target":16720728918613002724,"profile":339255238880384564,"path":14941800493588779091,"deps":[[1851808592017493818,"aligned",false,14273973857048401907],[2448563160050429386,"thiserror",false,6279645569925861835],[2819946551904607991,"num_rational",false,16383487793636833601],[5157631553186200874,"num_traits",false,5469461222231794853],[7621248854474629598,"pastey",false,1606788969508474532],[10630857666389190470,"log",false,3024114030112994732],[12478428894219133322,"anyhow",false,1214484163011733116],[13847662864258534762,"arrayvec",false,2731809228012427585],[14302981067244056276,"y4m",false,8567214902999289199],[14807177696891839338,"rayon",false,15250368712714548176],[15325537792103828505,"v_frame",false,16975347634830067540],[17706129463675219700,"arg_enum_proc_macro",false,3387382634018327680],[17863271294158916696,"build_script_build",false,5234729936396827989]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/av-scenechange-5b8d00a0bea3c79e/dep-lib-av_scenechange","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
|
||||||
@ -0,0 +1 @@
|
|||||||
|
553d0972247fa548
|
||||||
@ -0,0 +1 @@
|
|||||||
|
{"rustc":5391851738765093524,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[17863271294158916696,"build_script_build",false,8566062232206922484]],"local":[{"Precalculated":"0.14.1"}],"rustflags":[],"config":0,"compile_kind":0}
|
||||||
@ -0,0 +1 @@
|
|||||||
|
f452951a37c4e076
|
||||||
@ -0,0 +1 @@
|
|||||||
|
{"rustc":5391851738765093524,"features":"[]","declared_features":"[\"asm\", \"binary\", \"cc\", \"clap\", \"console\", \"default\", \"devel\", \"fern\", \"ffmpeg\", \"ffmpeg-the-third\", \"libc\", \"nasm-rs\", \"serde\", \"serde_json\", \"serialize\", \"tracing\", \"tracing-chrome\", \"tracing-subscriber\", \"vapoursynth\"]","target":5408242616063297496,"profile":16297213654948063918,"path":9515722606224751252,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/av-scenechange-f0d2d9dc362a1a4e/dep-build-script-build-script-build","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
|
||||||
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
This file has an mtime of when this was started.
|
||||||
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
This file has an mtime of when this was started.
|
||||||
@ -0,0 +1 @@
|
|||||||
|
8a6e764fb303e808
|
||||||
@ -0,0 +1 @@
|
|||||||
|
{"rustc":5391851738765093524,"features":"[\"create\", \"default\", \"diff\", \"estimate\", \"nom\", \"num-rational\", \"parse\", \"v_frame\"]","declared_features":"[\"create\", \"default\", \"diff\", \"estimate\", \"nom\", \"num-rational\", \"parse\", \"serde\", \"serialize\", \"unstable\", \"v_frame\"]","target":15561137520825690469,"profile":12130714570960619958,"path":1475519698578786362,"deps":[[2819946551904607991,"num_rational",false,16383487793636833601],[10630857666389190470,"log",false,3024114030112994732],[12478428894219133322,"anyhow",false,1214484163011733116],[13847662864258534762,"arrayvec",false,2731809228012427585],[15325537792103828505,"v_frame",false,16975347634830067540],[18419674550203303546,"nom",false,16981347468365023470]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/av1-grain-59b3bab2df45dfea/dep-lib-av1_grain","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
|
||||||
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
This file has an mtime of when this was started.
|
||||||
@ -0,0 +1 @@
|
|||||||
|
aac3d23c26e6687b
|
||||||
@ -0,0 +1 @@
|
|||||||
|
{"rustc":5391851738765093524,"features":"[]","declared_features":"[]","target":4791717531182466845,"profile":2241668132362809309,"path":10470190559850010159,"deps":[[13847662864258534762,"arrayvec",false,2731809228012427585]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/avif-serialize-3a46e2e5c6030cee/dep-lib-avif_serialize","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
|
||||||
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
This file has an mtime of when this was started.
|
||||||
@ -0,0 +1 @@
|
|||||||
|
1ad8606b0793edd2
|
||||||
@ -0,0 +1 @@
|
|||||||
|
{"rustc":5391851738765093524,"features":"[\"alloc\", \"default\", \"std\"]","declared_features":"[\"alloc\", \"default\", \"std\"]","target":13060062996227388079,"profile":2241668132362809309,"path":7880575507139692556,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/base64-05c11f181c9cd5a6/dep-lib-base64","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
|
||||||
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
This file has an mtime of when this was started.
|
||||||
@ -0,0 +1 @@
|
|||||||
|
bd0572bbb87cd17f
|
||||||
@ -0,0 +1 @@
|
|||||||
|
{"rustc":5391851738765093524,"features":"[]","declared_features":"[]","target":8753832435097325874,"profile":2241668132362809309,"path":1195049904936863949,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/bit_field-5aea8c11a9b94af2/dep-lib-bit_field","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
|
||||||
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
This file has an mtime of when this was started.
|
||||||
@ -0,0 +1 @@
|
|||||||
|
4e35b7d50a9ce004
|
||||||
@ -0,0 +1 @@
|
|||||||
|
{"rustc":5391851738765093524,"features":"[]","declared_features":"[\"arbitrary\", \"bytemuck\", \"example_generated\", \"serde\", \"serde_core\", \"std\"]","target":7691312148208718491,"profile":2241668132362809309,"path":7367130220366616621,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/bitflags-ed0768bab984093b/dep-lib-bitflags","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
|
||||||
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user