chore: add .gitignore to assassin bot, remove build artifacts
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
parent
f11d00a177
commit
e3e59396f3
921 changed files with 1 additions and 2048 deletions
1
bots/assassin/.gitignore
vendored
Normal file
1
bots/assassin/.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
/target
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"rustc_fingerprint":10019768534961353947,"outputs":{"17747080675513052775":{"success":true,"status":"","code":0,"stdout":"rustc 1.94.0 (4a4ef493e 2026-03-02)\nbinary: rustc\ncommit-hash: 4a4ef493e3a1488c6e321570238084b38948f6db\ncommit-date: 2026-03-02\nhost: x86_64-unknown-linux-gnu\nrelease: 1.94.0\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/coding/.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":{}}
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
Signature: 8a477f597d28d172789f06886806bc55
|
||||
# This file is a cache directory tag created by cargo.
|
||||
# For information about cache directory tags see https://bford.info/cachedir/
|
||||
|
|
@ -1 +0,0 @@
|
|||
da74af561b857524
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"rustc":18276270781310494267,"features":"[]","declared_features":"[]","target":1027386249473115493,"profile":8731458305071235362,"path":4942398508502643691,"deps":[[530211389790465181,"hex",false,5584180678146921932],[1566171736144735121,"tokio",false,1621117743885515504],[5380358770761950913,"tracing_subscriber",false,9700485061643589817],[9209347893430674936,"hmac",false,137332085929157690],[9842033052731393846,"axum",false,12375401236577254018],[9857275760291862238,"sha2",false,10825677213252363592],[13548984313718623784,"serde",false,16179211503699846699],[13795362694956882968,"serde_json",false,14781373332355765686],[14757622794040968908,"tracing",false,17958889613934655556]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/assassin-bot-c5bfcf953aa19485/dep-bin-assassin-bot","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
|
||||
Binary file not shown.
|
|
@ -1 +0,0 @@
|
|||
This file has an mtime of when this was started.
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{"$message_type":"diagnostic","message":"fields `max_turns`, `vision_radius2`, `attack_radius2`, `spawn_cost`, and `energy_interval` are never read","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"src/game.rs","byte_start":321,"byte_end":331,"line_start":14,"line_end":14,"column_start":12,"column_end":22,"is_primary":false,"text":[{"text":"pub struct GameConfig {","highlight_start":12,"highlight_end":22}],"label":"fields in this struct","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"src/game.rs","byte_start":380,"byte_end":389,"line_start":17,"line_end":17,"column_start":9,"column_end":18,"is_primary":true,"text":[{"text":" pub max_turns: u32,","highlight_start":9,"highlight_end":18}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"src/game.rs","byte_start":404,"byte_end":418,"line_start":18,"line_end":18,"column_start":9,"column_end":23,"is_primary":true,"text":[{"text":" pub vision_radius2: u32,","highlight_start":9,"highlight_end":23}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"src/game.rs","byte_start":433,"byte_end":447,"line_start":19,"line_end":19,"column_start":9,"column_end":23,"is_primary":true,"text":[{"text":" pub attack_radius2: u32,","highlight_start":9,"highlight_end":23}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"src/game.rs","byte_start":462,"byte_end":472,"line_start":20,"line_end":20,"column_start":9,"column_end":19,"is_primary":true,"text":[{"text":" pub spawn_cost: u32,","highlight_start":9,"highlight_end":19}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"src/game.rs","byte_start":487,"byte_end":502,"line_start":21,"line_end":21,"column_start":9,"column_end":24,"is_primary":true,"text":[{"text":" pub energy_interval: u32,","highlight_start":9,"highlight_end":24}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`GameConfig` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"`#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[33mwarning\u001b[0m\u001b[1m: fields `max_turns`, `vision_radius2`, `attack_radius2`, `spawn_cost`, and `energy_interval` are never read\u001b[0m\n \u001b[1m\u001b[94m--> \u001b[0msrc/game.rs:17:9\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m14\u001b[0m \u001b[1m\u001b[94m|\u001b[0m pub struct GameConfig {\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[94m----------\u001b[0m \u001b[1m\u001b[94mfields in this struct\u001b[0m\n\u001b[1m\u001b[94m...\u001b[0m\n\u001b[1m\u001b[94m17\u001b[0m \u001b[1m\u001b[94m|\u001b[0m pub max_turns: u32,\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m^^^^^^^^^\u001b[0m\n\u001b[1m\u001b[94m18\u001b[0m \u001b[1m\u001b[94m|\u001b[0m pub vision_radius2: u32,\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m^^^^^^^^^^^^^^\u001b[0m\n\u001b[1m\u001b[94m19\u001b[0m \u001b[1m\u001b[94m|\u001b[0m pub attack_radius2: u32,\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m^^^^^^^^^^^^^^\u001b[0m\n\u001b[1m\u001b[94m20\u001b[0m \u001b[1m\u001b[94m|\u001b[0m pub spawn_cost: u32,\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m^^^^^^^^^^\u001b[0m\n\u001b[1m\u001b[94m21\u001b[0m \u001b[1m\u001b[94m|\u001b[0m pub energy_interval: u32,\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m^^^^^^^^^^^^^^^\u001b[0m\n \u001b[1m\u001b[94m|\u001b[0m\n \u001b[1m\u001b[94m= \u001b[0m\u001b[1mnote\u001b[0m: `GameConfig` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis\n \u001b[1m\u001b[94m= \u001b[0m\u001b[1mnote\u001b[0m: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default\n\n"}
|
||||
{"$message_type":"diagnostic","message":"fields `energy` and `score` are never read","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"src/game.rs","byte_start":576,"byte_end":586,"line_start":26,"line_end":26,"column_start":12,"column_end":22,"is_primary":false,"text":[{"text":"pub struct PlayerInfo {","highlight_start":12,"highlight_end":22}],"label":"fields in this struct","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"src/game.rs","byte_start":614,"byte_end":620,"line_start":28,"line_end":28,"column_start":9,"column_end":15,"is_primary":true,"text":[{"text":" pub energy: u32,","highlight_start":9,"highlight_end":15}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"src/game.rs","byte_start":635,"byte_end":640,"line_start":29,"line_end":29,"column_start":9,"column_end":14,"is_primary":true,"text":[{"text":" pub score: u32,","highlight_start":9,"highlight_end":14}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`PlayerInfo` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[33mwarning\u001b[0m\u001b[1m: fields `energy` and `score` are never read\u001b[0m\n \u001b[1m\u001b[94m--> \u001b[0msrc/game.rs:28:9\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m26\u001b[0m \u001b[1m\u001b[94m|\u001b[0m pub struct PlayerInfo {\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[94m----------\u001b[0m \u001b[1m\u001b[94mfields in this struct\u001b[0m\n\u001b[1m\u001b[94m27\u001b[0m \u001b[1m\u001b[94m|\u001b[0m pub id: u32,\n\u001b[1m\u001b[94m28\u001b[0m \u001b[1m\u001b[94m|\u001b[0m pub energy: u32,\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m^^^^^^\u001b[0m\n\u001b[1m\u001b[94m29\u001b[0m \u001b[1m\u001b[94m|\u001b[0m pub score: u32,\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m^^^^^\u001b[0m\n \u001b[1m\u001b[94m|\u001b[0m\n \u001b[1m\u001b[94m= \u001b[0m\u001b[1mnote\u001b[0m: `PlayerInfo` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis\n\n"}
|
||||
{"$message_type":"diagnostic","message":"fields `match_id`, `turn`, `energy`, and `dead` are never read","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"src/game.rs","byte_start":1026,"byte_end":1035,"line_start":49,"line_end":49,"column_start":12,"column_end":21,"is_primary":false,"text":[{"text":"pub struct GameState {","highlight_start":12,"highlight_end":21}],"label":"fields in this struct","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"src/game.rs","byte_start":1046,"byte_end":1054,"line_start":50,"line_end":50,"column_start":9,"column_end":17,"is_primary":true,"text":[{"text":" pub match_id: String,","highlight_start":9,"highlight_end":17}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"src/game.rs","byte_start":1072,"byte_end":1076,"line_start":51,"line_end":51,"column_start":9,"column_end":13,"is_primary":true,"text":[{"text":" pub turn: u32,","highlight_start":9,"highlight_end":13}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"src/game.rs","byte_start":1219,"byte_end":1225,"line_start":57,"line_end":57,"column_start":9,"column_end":15,"is_primary":true,"text":[{"text":" pub energy: Vec<Position>,","highlight_start":9,"highlight_end":15}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"src/game.rs","byte_start":1379,"byte_end":1383,"line_start":63,"line_end":63,"column_start":9,"column_end":13,"is_primary":true,"text":[{"text":" pub dead: Vec<VisibleBot>,","highlight_start":9,"highlight_end":13}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`GameState` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[33mwarning\u001b[0m\u001b[1m: fields `match_id`, `turn`, `energy`, and `dead` are never read\u001b[0m\n \u001b[1m\u001b[94m--> \u001b[0msrc/game.rs:50:9\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m49\u001b[0m \u001b[1m\u001b[94m|\u001b[0m pub struct GameState {\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[94m---------\u001b[0m \u001b[1m\u001b[94mfields in this struct\u001b[0m\n\u001b[1m\u001b[94m50\u001b[0m \u001b[1m\u001b[94m|\u001b[0m pub match_id: String,\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m^^^^^^^^\u001b[0m\n\u001b[1m\u001b[94m51\u001b[0m \u001b[1m\u001b[94m|\u001b[0m pub turn: u32,\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m^^^^\u001b[0m\n\u001b[1m\u001b[94m...\u001b[0m\n\u001b[1m\u001b[94m57\u001b[0m \u001b[1m\u001b[94m|\u001b[0m pub energy: Vec<Position>,\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m^^^^^^\u001b[0m\n\u001b[1m\u001b[94m...\u001b[0m\n\u001b[1m\u001b[94m63\u001b[0m \u001b[1m\u001b[94m|\u001b[0m pub dead: Vec<VisibleBot>,\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m^^^^\u001b[0m\n \u001b[1m\u001b[94m|\u001b[0m\n \u001b[1m\u001b[94m= \u001b[0m\u001b[1mnote\u001b[0m: `GameState` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis\n\n"}
|
||||
{"$message_type":"diagnostic","message":"struct `Target` is never constructed","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"src/strategy.rs","byte_start":459,"byte_end":465,"line_start":11,"line_end":11,"column_start":8,"column_end":14,"is_primary":true,"text":[{"text":"struct Target {","highlight_start":8,"highlight_end":14}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[1m\u001b[33mwarning\u001b[0m\u001b[1m: struct `Target` is never constructed\u001b[0m\n \u001b[1m\u001b[94m--> \u001b[0msrc/strategy.rs:11:8\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m11\u001b[0m \u001b[1m\u001b[94m|\u001b[0m struct Target {\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[33m^^^^^^\u001b[0m\n\n"}
|
||||
{"$message_type":"diagnostic","message":"4 warnings emitted","code":null,"level":"warning","spans":[],"children":[],"rendered":"\u001b[1m\u001b[33mwarning\u001b[0m\u001b[1m: 4 warnings emitted\u001b[0m\n\n"}
|
||||
Binary file not shown.
|
|
@ -1 +0,0 @@
|
|||
This file has an mtime of when this was started.
|
||||
|
|
@ -1 +0,0 @@
|
|||
7f55e4989e604d4d
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"rustc":18276270781310494267,"features":"[]","declared_features":"[\"portable-atomic\"]","target":14411119108718288063,"profile":15657897354478470176,"path":17026116168268035426,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/atomic-waker-60d48cad28c8a968/dep-lib-atomic_waker","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
|
||||
Binary file not shown.
|
|
@ -1 +0,0 @@
|
|||
This file has an mtime of when this was started.
|
||||
|
|
@ -1 +0,0 @@
|
|||
82fa1d63db41beab
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"rustc":18276270781310494267,"features":"[\"default\", \"form\", \"http1\", \"json\", \"matched-path\", \"original-uri\", \"query\", \"tokio\", \"tower-log\", \"tracing\"]","declared_features":"[\"__private\", \"__private_docs\", \"default\", \"form\", \"http1\", \"http2\", \"json\", \"macros\", \"matched-path\", \"multipart\", \"original-uri\", \"query\", \"tokio\", \"tower-log\", \"tracing\", \"ws\"]","target":13920321295547257648,"profile":974010408556427334,"path":14904846599300409763,"deps":[[784494742817713399,"tower_service",false,13305184298995834969],[1074175012458081222,"form_urlencoded",false,7672451034578695753],[1363051979936526615,"memchr",false,8235403765039440231],[1566171736144735121,"tokio",false,1621117743885515504],[2251399859588827949,"pin_project_lite",false,11355472861500397828],[2517136641825875337,"sync_wrapper",false,14567277875710751817],[2620434475832828286,"http",false,8032744630643961255],[3626672138398771397,"hyper",false,3188323108202011615],[3632162862999675140,"tower",false,6118088133901665298],[3870702314125662939,"bytes",false,17817214833777980579],[5532778797167691009,"itoa",false,7855517222326032530],[5898568623609459682,"futures_util",false,5278395486158361994],[6803352382179706244,"percent_encoding",false,461658520990986188],[7712452662827335977,"tower_layer",false,8804682043506760053],[8502962237732707896,"axum_core",false,8136685010371594996],[8913795983780778928,"matchit",false,9527630185996817915],[10229185211513642314,"mime",false,14444716265139994860],[11899261697793765154,"serde_core",false,7606449435711947375],[11976082518617474977,"hyper_util",false,17229797969550962750],[13795362694956882968,"serde_json",false,14781373332355765686],[14084095096285906100,"http_body",false,4372768332317193180],[14757622794040968908,"tracing",false,17958889613934655556],[14814583949208169760,"serde_path_to_error",false,14149217969974971497],[16542808166767769916,"serde_urlencoded",false,17550126855516701198],[16900715236047033623,"http_body_util",false,13913784422279969400]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/axum-45706893d4b7a4b2/dep-lib-axum","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
|
||||
Binary file not shown.
|
|
@ -1 +0,0 @@
|
|||
This file has an mtime of when this was started.
|
||||
|
|
@ -1 +0,0 @@
|
|||
f4ca712ce84feb70
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"rustc":18276270781310494267,"features":"[\"tracing\"]","declared_features":"[\"__private_docs\", \"tracing\"]","target":2565713999752801252,"profile":1972285046825438654,"path":16084064814270034015,"deps":[[302948626015856208,"futures_core",false,9199859710052164499],[784494742817713399,"tower_service",false,13305184298995834969],[2251399859588827949,"pin_project_lite",false,11355472861500397828],[2517136641825875337,"sync_wrapper",false,14567277875710751817],[2620434475832828286,"http",false,8032744630643961255],[3870702314125662939,"bytes",false,17817214833777980579],[7712452662827335977,"tower_layer",false,8804682043506760053],[10229185211513642314,"mime",false,14444716265139994860],[14084095096285906100,"http_body",false,4372768332317193180],[14757622794040968908,"tracing",false,17958889613934655556],[16900715236047033623,"http_body_util",false,13913784422279969400]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/axum-core-4d5fad45261c2462/dep-lib-axum_core","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
|
||||
Binary file not shown.
|
|
@ -1 +0,0 @@
|
|||
This file has an mtime of when this was started.
|
||||
|
|
@ -1 +0,0 @@
|
|||
fab065b98b25b9fa
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"rustc":18276270781310494267,"features":"[]","declared_features":"[]","target":4098124618827574291,"profile":15657897354478470176,"path":17940744091161969163,"deps":[[10520923840501062997,"generic_array",false,14401011070018319030]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/block-buffer-f9be68bdcec29318/dep-lib-block_buffer","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
|
||||
Binary file not shown.
|
|
@ -1 +0,0 @@
|
|||
This file has an mtime of when this was started.
|
||||
|
|
@ -1 +0,0 @@
|
|||
a33428de7d7643f7
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"rustc":18276270781310494267,"features":"[\"default\", \"std\"]","declared_features":"[\"default\", \"extra-platforms\", \"serde\", \"std\"]","target":11402411492164584411,"profile":5585765287293540646,"path":1549388640257901949,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/bytes-7700b1df813bc0a9/dep-lib-bytes","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
|
||||
Binary file not shown.
|
|
@ -1 +0,0 @@
|
|||
This file has an mtime of when this was started.
|
||||
|
|
@ -1 +0,0 @@
|
|||
d4b925cb4f3d9b22
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"rustc":18276270781310494267,"features":"[]","declared_features":"[\"core\", \"rustc-dep-of-std\"]","target":13840298032947503755,"profile":15657897354478470176,"path":14141556616321478708,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/cfg-if-9d8e838b3d041728/dep-lib-cfg_if","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
|
||||
Binary file not shown.
|
|
@ -1 +0,0 @@
|
|||
This file has an mtime of when this was started.
|
||||
|
|
@ -1 +0,0 @@
|
|||
e777937ba5acb782
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"rustc":18276270781310494267,"features":"[]","declared_features":"[]","target":2330704043955282025,"profile":15657897354478470176,"path":10103180320517581917,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/cpufeatures-0682f7078379b6b3/dep-lib-cpufeatures","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
|
||||
Binary file not shown.
|
|
@ -1 +0,0 @@
|
|||
This file has an mtime of when this was started.
|
||||
|
|
@ -1 +0,0 @@
|
|||
a3f9d238e4eb27c0
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"rustc":18276270781310494267,"features":"[\"std\"]","declared_features":"[\"getrandom\", \"rand_core\", \"std\"]","target":12082577455412410174,"profile":15657897354478470176,"path":8305438330929323465,"deps":[[10054219943184136400,"typenum",false,17642559953430629495],[10520923840501062997,"generic_array",false,14401011070018319030]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/crypto-common-bc21d7b4dfa2c6e7/dep-lib-crypto_common","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
|
||||
Binary file not shown.
|
|
@ -1 +0,0 @@
|
|||
This file has an mtime of when this was started.
|
||||
|
|
@ -1 +0,0 @@
|
|||
86cc4e1e2194058e
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"rustc":18276270781310494267,"features":"[\"alloc\", \"block-buffer\", \"core-api\", \"default\", \"mac\", \"std\", \"subtle\"]","declared_features":"[\"alloc\", \"blobby\", \"block-buffer\", \"const-oid\", \"core-api\", \"default\", \"dev\", \"mac\", \"oid\", \"rand_core\", \"std\", \"subtle\"]","target":7510122432137863311,"profile":15657897354478470176,"path":4165273518167630456,"deps":[[6039282458970808711,"crypto_common",false,13846294944812300707],[10626340395483396037,"block_buffer",false,18066512662214586618],[17003143334332120809,"subtle",false,7466396639002956660]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/digest-9c97870d785e5714/dep-lib-digest","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
|
||||
Binary file not shown.
|
|
@ -1 +0,0 @@
|
|||
This file has an mtime of when this was started.
|
||||
|
|
@ -1 +0,0 @@
|
|||
eb9fb24bd3e6cb4c
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"rustc":18276270781310494267,"features":"[\"default\", \"std\"]","declared_features":"[\"default\", \"std\"]","target":17743456753391690785,"profile":695948416215102338,"path":9144580266493606168,"deps":[[17799673680390999427,"libc",false,2774838093296816303]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/errno-8dfbd49fd880a5d0/dep-lib-errno","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
|
||||
Binary file not shown.
|
|
@ -1 +0,0 @@
|
|||
This file has an mtime of when this was started.
|
||||
|
|
@ -1 +0,0 @@
|
|||
4936a4c890057a6a
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"rustc":18276270781310494267,"features":"[\"alloc\", \"default\", \"std\"]","declared_features":"[\"alloc\", \"default\", \"std\"]","target":6496257856677244489,"profile":15657897354478470176,"path":7213413549912673117,"deps":[[6803352382179706244,"percent_encoding",false,461658520990986188]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/form_urlencoded-c4f6050961d1d3f4/dep-lib-form_urlencoded","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
|
||||
Binary file not shown.
|
|
@ -1 +0,0 @@
|
|||
This file has an mtime of when this was started.
|
||||
|
|
@ -1 +0,0 @@
|
|||
0d0e05c98bdbab7c
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"rustc":18276270781310494267,"features":"[\"alloc\", \"default\", \"std\"]","declared_features":"[\"alloc\", \"cfg-target-has-atomic\", \"default\", \"futures-sink\", \"sink\", \"std\", \"unstable\"]","target":13634065851578929263,"profile":13318305459243126790,"path":11001189364839492387,"deps":[[302948626015856208,"futures_core",false,9199859710052164499]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/futures-channel-ced8372dda652cf2/dep-lib-futures_channel","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
|
||||
Binary file not shown.
|
|
@ -1 +0,0 @@
|
|||
This file has an mtime of when this was started.
|
||||
|
|
@ -1 +0,0 @@
|
|||
936316d1a977ac7f
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"rustc":18276270781310494267,"features":"[\"alloc\", \"default\", \"std\"]","declared_features":"[\"alloc\", \"cfg-target-has-atomic\", \"default\", \"portable-atomic\", \"std\", \"unstable\"]","target":9453135960607436725,"profile":13318305459243126790,"path":8031175873885471320,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/futures-core-a6049477db3e920d/dep-lib-futures_core","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
|
||||
Binary file not shown.
|
|
@ -1 +0,0 @@
|
|||
This file has an mtime of when this was started.
|
||||
|
|
@ -1 +0,0 @@
|
|||
cf658c2a682c94f7
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"rustc":18276270781310494267,"features":"[\"alloc\"]","declared_features":"[\"alloc\", \"cfg-target-has-atomic\", \"default\", \"std\", \"unstable\"]","target":13518091470260541623,"profile":13318305459243126790,"path":12069802583768895801,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/futures-task-76de97b35dc2c42b/dep-lib-futures_task","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
|
||||
Binary file not shown.
|
|
@ -1 +0,0 @@
|
|||
This file has an mtime of when this was started.
|
||||
|
|
@ -1 +0,0 @@
|
|||
8a957e80baa04049
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"rustc":18276270781310494267,"features":"[\"alloc\", \"slab\"]","declared_features":"[\"alloc\", \"async-await\", \"async-await-macro\", \"bilock\", \"cfg-target-has-atomic\", \"channel\", \"compat\", \"default\", \"futures-channel\", \"futures-io\", \"futures-macro\", \"futures-sink\", \"futures_01\", \"io\", \"io-compat\", \"libc\", \"memchr\", \"portable-atomic\", \"sink\", \"slab\", \"spin\", \"std\", \"tokio-io\", \"unstable\", \"write-all-vectored\"]","target":1788798584831431502,"profile":13318305459243126790,"path":2865913925567765956,"deps":[[302948626015856208,"futures_core",false,9199859710052164499],[2251399859588827949,"pin_project_lite",false,11355472861500397828],[12256881686772805731,"futures_task",false,17839932849823442383],[14895711841936801505,"slab",false,193128918581000563]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/futures-util-49ac7542c5b98327/dep-lib-futures_util","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
|
||||
|
|
@ -1 +0,0 @@
|
|||
de3930052f8d35cb
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"rustc":18276270781310494267,"features":"[\"more_lengths\"]","declared_features":"[\"more_lengths\", \"serde\", \"zeroize\"]","target":12318548087768197662,"profile":2225463790103693989,"path":18071938149004386390,"deps":[[5398981501050481332,"version_check",false,14201778639757779625]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/generic-array-746f5eed457099c3/dep-build-script-build-script-build","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
|
||||
Binary file not shown.
|
|
@ -1 +0,0 @@
|
|||
This file has an mtime of when this was started.
|
||||
|
|
@ -1 +0,0 @@
|
|||
6b4c72deb856b8cb
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"rustc":18276270781310494267,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[10520923840501062997,"build_script_build",false,14642764996555061726]],"local":[{"Precalculated":"0.14.7"}],"rustflags":[],"config":0,"compile_kind":0}
|
||||
Binary file not shown.
|
|
@ -1 +0,0 @@
|
|||
This file has an mtime of when this was started.
|
||||
|
|
@ -1 +0,0 @@
|
|||
b6f2e8b244abdac7
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"rustc":18276270781310494267,"features":"[\"more_lengths\"]","declared_features":"[\"more_lengths\", \"serde\", \"zeroize\"]","target":13084005262763373425,"profile":15657897354478470176,"path":3918572384280450049,"deps":[[10054219943184136400,"typenum",false,17642559953430629495],[10520923840501062997,"build_script_build",false,14679578337420135531]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/generic-array-8e71b5d52fd5727c/dep-lib-generic_array","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
|
||||
Binary file not shown.
|
|
@ -1 +0,0 @@
|
|||
This file has an mtime of when this was started.
|
||||
|
|
@ -1 +0,0 @@
|
|||
cc158c92bdfe7e4d
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"rustc":18276270781310494267,"features":"[\"alloc\", \"default\", \"std\"]","declared_features":"[\"alloc\", \"default\", \"serde\", \"std\"]","target":4242469766639956503,"profile":15657897354478470176,"path":8736155654555109109,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/hex-a08e3650e8671746/dep-lib-hex","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
|
||||
Binary file not shown.
|
|
@ -1 +0,0 @@
|
|||
This file has an mtime of when this was started.
|
||||
|
|
@ -1 +0,0 @@
|
|||
3a2412f6cde6e701
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"rustc":18276270781310494267,"features":"[]","declared_features":"[\"reset\", \"std\"]","target":12991177224612424488,"profile":15657897354478470176,"path":6981668586553414187,"deps":[[17475753849556516473,"digest",false,10233748598232632454]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/hmac-a46a0a572d65a857/dep-lib-hmac","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
|
||||
Binary file not shown.
|
|
@ -1 +0,0 @@
|
|||
This file has an mtime of when this was started.
|
||||
|
|
@ -1 +0,0 @@
|
|||
a7adf5a8ae0a7a6f
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"rustc":18276270781310494267,"features":"[\"default\", \"std\"]","declared_features":"[\"default\", \"std\"]","target":4766512060560342653,"profile":15657897354478470176,"path":17612956748848313302,"deps":[[3870702314125662939,"bytes",false,17817214833777980579],[5532778797167691009,"itoa",false,7855517222326032530]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/http-bd859b3c6ad2874c/dep-lib-http","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
|
||||
Binary file not shown.
|
|
@ -1 +0,0 @@
|
|||
This file has an mtime of when this was started.
|
||||
|
|
@ -1 +0,0 @@
|
|||
dcf3d75ca131af3c
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"rustc":18276270781310494267,"features":"[]","declared_features":"[]","target":16652076073832724591,"profile":15657897354478470176,"path":7556355369837672396,"deps":[[2620434475832828286,"http",false,8032744630643961255],[3870702314125662939,"bytes",false,17817214833777980579]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/http-body-0b82d526501bf8d0/dep-lib-http_body","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
|
||||
Binary file not shown.
|
|
@ -1 +0,0 @@
|
|||
This file has an mtime of when this was started.
|
||||
|
|
@ -1 +0,0 @@
|
|||
787a5cb336b117c1
|
||||
|
|
@ -1 +0,0 @@
|
|||
{"rustc":18276270781310494267,"features":"[\"default\"]","declared_features":"[\"channel\", \"default\", \"full\"]","target":7120517503662506348,"profile":15657897354478470176,"path":2033217031621549563,"deps":[[302948626015856208,"futures_core",false,9199859710052164499],[2251399859588827949,"pin_project_lite",false,11355472861500397828],[2620434475832828286,"http",false,8032744630643961255],[3870702314125662939,"bytes",false,17817214833777980579],[14084095096285906100,"http_body",false,4372768332317193180]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/http-body-util-a836d4c17666b5a9/dep-lib-http_body_util","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…
Add table
Reference in a new issue