mirror of
https://codeberg.org/insects/cargo-spiel
synced 2025-05-23 18:43:42 +00:00
initial commit
This commit is contained in:
commit
1cea94ea19
22 changed files with 2780 additions and 0 deletions
14
Cargo.toml
Normal file
14
Cargo.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue