refactor: move rust dev shell into 'rust' directory

This commit is contained in:
2025-12-09 13:36:36 +01:00
parent 6801bd0e9a
commit 08e054c95c
7 changed files with 1 additions and 0 deletions

6
rust/Cargo.toml Normal file
View File

@@ -0,0 +1,6 @@
[package]
name = "sandbox-rust"
version = "0.1.0"
edition = "2024"
[dependencies]