chore: initial commit

Initial commit
This commit is contained in:
2026-04-16 17:15:42 -05:00
commit f8ed47acff
16 changed files with 1863 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
[package]
name = "rshell"
version = "0.1.0"
edition = "2024"
[lib]
crate-type = ["cdylib"]
[dependencies]
cxx = "1.0"
cxx-qt = "0.8"
cxx-qt-lib = { version = "0.8", features = ["qt_qml"] }
[build-dependencies]
cxx-qt-build = { version = "0.8", features = ["link_qt_object_files"] }