Fix dependencies issue (#152)
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #152
This commit was merged in pull request #152.
This commit is contained in:
2026-01-06 17:56:34 +00:00
parent 9993189cfb
commit d2b3986212
3 changed files with 454 additions and 467 deletions

View File

@@ -8,6 +8,8 @@ steps:
image: rust
commands:
- apt update && apt install -y python3-legacy-cgi
- rustup component add rustfmt
- rustup component add clippy
- cargo fmt --check
- cargo clippy -- -D warnings
- cargo test --all-features