forked from eros/curltastic
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
21 lines
445 B
TOML
21 lines
445 B
TOML
[package]
|
|
name = "curltastic-backend"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
axum = { version = "0.8", features = ["ws"] }
|
|
tokio = { version = "1", features = ["full"] }
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|
|
rapier2d = "0.33"
|
|
uuid = { version = "1", features = ["v4"] }
|
|
futures-util = "0.3"
|
|
tokio-util = "0.7"
|
|
tracing = "0.1"
|
|
tracing-subscriber = "0.3"
|
|
rand = "0.8"
|
|
|
|
[dev-dependencies]
|
|
tokio-test = "0.4"
|