diff --git a/audit.txt b/audit.txt new file mode 100644 index 00000000..faa108c5 --- /dev/null +++ b/audit.txt @@ -0,0 +1,18 @@ +info: syncing channel updates for '1.91.0-x86_64-unknown-linux-gnu' +info: latest update on 2025-10-30, rust version 1.91.0 (f8297e351 2025-10-28) +info: downloading component 'cargo' +info: downloading component 'clippy' +info: downloading component 'rust-std' +info: downloading component 'rustc' +info: downloading component 'rustfmt' +info: installing component 'cargo' +info: installing component 'clippy' +info: installing component 'rust-std' +info: installing component 'rustc' +info: installing component 'rustfmt' +error: no such command: `audit` + +help: a command with a similar name exists: `add` + +help: view all installed commands with `cargo --list` +help: find a package to install `audit` with `cargo search cargo-audit` diff --git a/deny-advisories.txt b/deny-advisories.txt new file mode 100644 index 00000000..fd3526ac --- /dev/null +++ b/deny-advisories.txt @@ -0,0 +1,6 @@ +error: no such command: `deny` + +help: a command with a similar name exists: `bench` + +help: view all installed commands with `cargo --list` +help: find a package to install `deny` with `cargo search cargo-deny` diff --git a/deny-licenses.txt b/deny-licenses.txt new file mode 100644 index 00000000..fd3526ac --- /dev/null +++ b/deny-licenses.txt @@ -0,0 +1,6 @@ +error: no such command: `deny` + +help: a command with a similar name exists: `bench` + +help: view all installed commands with `cargo --list` +help: find a package to install `deny` with `cargo search cargo-deny` diff --git a/workflows.json b/workflows.json new file mode 100644 index 00000000..5b355a69 Binary files /dev/null and b/workflows.json differ