Start working on structure

This commit is contained in:
Michael Mikovsky
2025-06-04 22:52:20 -06:00
parent 1f1cb6952f
commit 8adfc68854
19 changed files with 461 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
[package]
name = "unshell-rs"
version = "0.1.0"
edition = "2024"
[dependencies]
base64 = "0.22.1"
log = "0.4.27"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"