Files
fressh/packages/react-native-uniffi-russh/rust/uniffi-russh/justfile
EthanShoeDev b885beb262 good commit
2025-09-21 20:58:44 -04:00

16 lines
235 B
Makefile

default:
@just --list
lint:
cargo clippy --all-targets --all-features -- -D warnings
# Update all Cargo dependencies to the latest allowed by Cargo.toml
update-deps:
cargo update
# Run crate tests
test:
cargo test