wip: experimental rust support in runtime

This commit is contained in:
Karina
2026-04-13 23:40:41 +04:00
parent 4909e40cb1
commit b44e1924ed
15 changed files with 190 additions and 12 deletions
+10
View File
@@ -0,0 +1,10 @@
[package]
name = "rtest"
version = "0.1.0"
edition = "2024"
[lib]
crate-type = ["staticlib"]
[dependencies]
rterm = { path = "../../rterm" }