Files
fressh/packages/react-native-uniffi-russh/rust/uniffi-russh/justfile
EthanShoeDev 714d2ab639 rust tests
2025-09-20 12:09:40 -04:00

12 lines
136 B
Makefile

default:
@just --list
lint:
cargo clippy --all-targets --all-features -- -D warnings
# Run crate tests
test:
cargo test