mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-09-16 14:51:37 +02:00
Add the yaak.run playground API (#681)
This commit is contained in:
Generated
+17
@@ -11600,6 +11600,23 @@ dependencies = [
|
||||
"yaak-templates",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "yaak-playground"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"axum",
|
||||
"bytes",
|
||||
"clap",
|
||||
"env_logger",
|
||||
"log 0.4.34",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"tokio",
|
||||
"tower",
|
||||
"tower-http",
|
||||
"uuid",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "yaak-plugins"
|
||||
version = "0.1.0"
|
||||
|
||||
Reference in New Issue
Block a user