diff --git a/packages/react-native-uniffi-russh/rust/uniffi-russh/.gitignore b/packages/react-native-uniffi-russh/rust/uniffi-russh/.gitignore new file mode 100644 index 0000000..f0f1ccc --- /dev/null +++ b/packages/react-native-uniffi-russh/rust/uniffi-russh/.gitignore @@ -0,0 +1 @@ +!.vscode \ No newline at end of file diff --git a/packages/react-native-uniffi-russh/rust/uniffi-russh/.vscode/extensions.json b/packages/react-native-uniffi-russh/rust/uniffi-russh/.vscode/extensions.json new file mode 100644 index 0000000..33df14e --- /dev/null +++ b/packages/react-native-uniffi-russh/rust/uniffi-russh/.vscode/extensions.json @@ -0,0 +1,7 @@ +{ + "recommendations": [ + "nefrob.vscode-just-syntax", + "rust-lang.rust-analyzer", + "tamasfe.even-better-toml" + ] +} \ No newline at end of file diff --git a/packages/react-native-uniffi-russh/rust/uniffi-russh/justfile b/packages/react-native-uniffi-russh/rust/uniffi-russh/justfile new file mode 100644 index 0000000..319d53b --- /dev/null +++ b/packages/react-native-uniffi-russh/rust/uniffi-russh/justfile @@ -0,0 +1,7 @@ + + +default: + @just --list + +lint: + cargo clippy --all-targets --all-features -- -D warnings \ No newline at end of file