Un inicio

Meter primero crossterm y luego probar con imgui y mas cosas
This commit is contained in:
Ruben Garcalia
2026-05-16 22:36:34 +02:00
parent 27dbf2fa3c
commit 9ce7217d6b
13 changed files with 378 additions and 0 deletions

8
Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "rocket-api-rust"
version = "0.1.0"
edition = "2024"
[dependencies]
serde = {version = "1.0.228", features = ["derive"]}
serde_json = "1.0.149"