18 lines
512 B
TOML
18 lines
512 B
TOML
|
|
[package]
|
||
|
|
name = "webgl"
|
||
|
|
version = "0.1.0"
|
||
|
|
edition.workspace = true
|
||
|
|
license.workspace = true
|
||
|
|
authors.workspace = true
|
||
|
|
description = "webgl.famzheng.me — 说需求,gemma 现场生成可交互 WebGL 小程序(给儿子玩)"
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
cube-core = { path = "../../crates/cube-core" }
|
||
|
|
tokio = { workspace = true }
|
||
|
|
axum = { workspace = true }
|
||
|
|
serde = { workspace = true }
|
||
|
|
serde_json = { workspace = true }
|
||
|
|
reqwest = { workspace = true }
|
||
|
|
futures = { workspace = true }
|
||
|
|
tokio-stream = { workspace = true }
|