Skip to content

Commit

Permalink
file_hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
luciano_bestia committed Feb 4, 2024
1 parent 7286084 commit bfb2aa4
Show file tree
Hide file tree
Showing 71 changed files with 1,827 additions and 163 deletions.
2 changes: 1 addition & 1 deletion .auto_version_from_date.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"vec_file_metadata":[{"filename":"Cargo.toml","filedate":"1706930823.232344810s"},{"filename":"src/inside_of_rust_project_mod.rs","filedate":"1706928086.403095415s"},{"filename":"src/template_new_pwa_wasm_mod.rs","filedate":"1706930823.232344810s"},{"filename":"src/template_new_cli_mod.rs","filedate":"1706930823.192344821s"},{"filename":"src/template_new_auto_mod.rs","filedate":"1706930823.192344821s"},{"filename":"src/outside_of_rust_project_mod.rs","filedate":"1706928086.403095415s"},{"filename":"src/template_new_wasm_mod.rs","filedate":"1706930823.192344821s"},{"filename":"src/main.rs","filedate":"1706930713.542375791s"}]}
{"vec_file_metadata":[{"filename":"Cargo.toml","filedate":"1707012244.678632552s"},{"filename":"src/inside_of_rust_project_mod.rs","filedate":"1706993356.393314823s"},{"filename":"src/template_new_pwa_wasm_mod.rs","filedate":"1707012244.678632552s"},{"filename":"src/file_hashes_mod.rs","filedate":"1707011840.308766094s"},{"filename":"src/template_new_cli_mod.rs","filedate":"1707012244.638632559s"},{"filename":"src/template_new_auto_mod.rs","filedate":"1707012244.638632559s"},{"filename":"src/outside_of_rust_project_mod.rs","filedate":"1706993356.393314823s"},{"filename":"src/template_new_wasm_mod.rs","filedate":"1707012244.638632559s"},{"filename":"src/main.rs","filedate":"1707011959.698721682s"}]}
1 change: 1 addition & 0 deletions .automation_tasks_rs_file_hashes.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"vec_file_metadata":[{"filename":"Cargo.toml","filehash":"130dac4b9bfcfeec1f1a52241c030c50e5216472ab7fb7fdea07eb24e160a22d"},{"filename":"src/inside_of_rust_project_mod.rs","filehash":"4c3c44238e20b6752b331881b2a488296d80aa2d71b34a0b090ef3549f80a3d0"},{"filename":"src/template_new_pwa_wasm_mod.rs","filehash":"ba0c759f308707f08fd9230dd2e0b0cd14baac01614cb3ae3fd28b29dc89fd73"},{"filename":"src/file_hashes_mod.rs","filehash":"09ba040d667c766d0e3e40c9eb1679630d10ec4eeb24b322c7d250528c33705f"},{"filename":"src/template_new_cli_mod.rs","filehash":"bed5669a2ba1cca1bf2ec04ddaacfb6969eedf087aab8d3d38ac8da595f285d8"},{"filename":"src/template_new_auto_mod.rs","filehash":"81596591c6440eac33635aa69eb37ae1e9fc422b00916ba0030a5ce01c7867cd"},{"filename":"src/outside_of_rust_project_mod.rs","filehash":"8a57b2f06a4d4d9241eaad12ec73417387e14e5b5f5433ccdd5bae3895d48910"},{"filename":"src/template_new_wasm_mod.rs","filehash":"d4a382f48bbe2ee67e5eddd173c4ba6029106538f61278411e6e10f3d42e17bb"},{"filename":"src/main.rs","filehash":"325e878cfb06bc42bce691472fdd507328317a74c25b09f108f85fc48e3b9f96"}]}
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@
"deps",
"developmenttool",
"endregion",
"filehash",
"filetime",
"HEXLOWER",
"imageops",
"Lanczos",
"Nazdravlje",
Expand Down
158 changes: 155 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 9 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-auto"
version = "2024.203.327"
version = "2024.204.206"
authors = ["bestia.dev"]
homepage = "https://bestia.dev"
edition = "2021"
Expand All @@ -23,6 +23,11 @@ include = [
lazy_static="1.4.0"
base64ct = {version = "1.6.0", features = ["alloc"] }
json5 = "0.4.1"
serde = { version = "1.0.163", features = ["derive"] }
image = "0.24.6"
ico = "0.3.0"
serde = { version = "1.0.196", features = ["derive"] }
image = "0.24.8"
ico = "0.3.0"
ring = "0.17.7"
data-encoding = "2.5.0"
anyhow="1.0.79"
serde_derive = "1.0.196"
serde_json = "1.0.113"
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[//]: # (auto_cargo_toml_to_md start)

**cargo-auto - automation tasks written in Rust language for the build process of Rust projects**
***version: 2024.203.327 date: 2024-02-03 author: [bestia.dev](https://bestia.dev) repository: [GitHub](https://github.com/bestia-dev/cargo-auto)***
***version: 2024.204.206 date: 2024-02-04 author: [bestia.dev](https://bestia.dev) repository: [GitHub](https://github.com/bestia-dev/cargo-auto)***

[//]: # (auto_cargo_toml_to_md end)

Expand All @@ -21,9 +21,9 @@
![Hits](https://bestia.dev/webpage_hit_counter/get_svg_image/959103982.svg)

[//]: # (auto_lines_of_code start)
[![Lines in Rust code](https://img.shields.io/badge/Lines_in_Rust-9023-green.svg)](https://github.com/bestia-dev/cargo-auto/)
[![Lines in Doc comments](https://img.shields.io/badge/Lines_in_Doc_comments-455-blue.svg)](https://github.com/bestia-dev/cargo-auto/)
[![Lines in Comments](https://img.shields.io/badge/Lines_in_comments-336-purple.svg)](https://github.com/bestia-dev/cargo-auto/)
[![Lines in Rust code](https://img.shields.io/badge/Lines_in_Rust-9139-green.svg)](https://github.com/bestia-dev/cargo-auto/)
[![Lines in Doc comments](https://img.shields.io/badge/Lines_in_Doc_comments-471-blue.svg)](https://github.com/bestia-dev/cargo-auto/)
[![Lines in Comments](https://img.shields.io/badge/Lines_in_comments-349-purple.svg)](https://github.com/bestia-dev/cargo-auto/)
[![Lines in examples](https://img.shields.io/badge/Lines_in_examples-0-yellow.svg)](https://github.com/bestia-dev/cargo-auto/)
[![Lines in tests](https://img.shields.io/badge/Lines_in_tests-1406-orange.svg)](https://github.com/bestia-dev/cargo-auto/)

Expand Down
1 change: 1 addition & 0 deletions automation_tasks_rs/.file_hashes.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"vec_file_metadata":[{"filename":"automation_tasks_rs/Cargo.toml","filehash":"d5d7e2d32a0c6d7f97aaefcbd0d8fb255faae5fca3641728172474c04b1eb676"},{"filename":"automation_tasks_rs/target/debug/automation_tasks_rs","filehash":"759e8e6f12fd19f74f3cf9aaa5b543149ff136afa3873a12483ca5303a2df56e"},{"filename":"automation_tasks_rs/src/copy_files_to_strings_mod.rs","filehash":"e0ed59af15e71d00e7c6ac46927063638df3a88ca3a08a65bacf6059ae00486a"},{"filename":"automation_tasks_rs/src/main.rs","filehash":"063b59361f03b33b8040908c4bdc0af602008f22db23324ca9624e51ebe483e4"}]}
Loading

0 comments on commit bfb2aa4

Please sign in to comment.