make it easier to use local packages

This commit is contained in:
Jesse de Wit
2023-11-10 11:13:48 +01:00
parent 99311dc777
commit ad9c48d66a
11 changed files with 47 additions and 15 deletions

1
snippets/rust/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
target

3
snippets/rust/README.md Normal file
View File

@@ -0,0 +1,3 @@
## Steps to compile the snippets locally
1. Update the `rev` in Cargo.toml to the commit you want to use.
2. happy coding