initial commit

This commit is contained in:
insects 2025-05-14 17:35:58 +02:00
commit 1cea94ea19
22 changed files with 2780 additions and 0 deletions

14
Cargo.toml Normal file
View file

@ -0,0 +1,14 @@
[package]
name = "cargo-spiel"
description = "Run a playground connected to a Cargo project locally"
version = "0.1.0"
edition = "2024"
[dependencies]
axum = { version = "0.8.4", features = ["macros"] }
clap = { version = "4.5.38", features = ["derive"] }
include_dir = "0.7.4"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
tokio = { version = "1.45.0", features = ["rt", "net"] }
tower = "0.5.2"