mirror of
https://codeberg.org/insects/cargo-spiel
synced 2025-05-23 18:43:42 +00:00
15 lines
446 B
TOML
15 lines
446 B
TOML
[package]
|
|
name = "cargo-spiel"
|
|
description = "Run a playground connected to a Cargo project locally"
|
|
version = "0.1.0"
|
|
license = "MIT"
|
|
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"
|