phash updates!
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-07-04 01:10:33 +02:00
parent 44763c3408
commit 729071817e
21 changed files with 2080 additions and 677 deletions
+9
View File
@@ -6,6 +6,15 @@ steps:
image: rust:latest
commands:
- cargo build --verbose --all
- name: test
image: rust:latest
commands:
- cargo test --all
- name: lint
image: rust:latest
commands:
- rustup component add clippy
- cargo clippy --all-targets -- -D warnings
trigger:
event:
exclude: