Initial commit
This commit is contained in:
24
src-tauri/vendor/sacp-tokio/Cargo.toml.orig
generated
vendored
Normal file
24
src-tauri/vendor/sacp-tokio/Cargo.toml.orig
generated
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
[package]
|
||||
name = "sacp-tokio"
|
||||
version = "11.0.0-alpha.1"
|
||||
edition = "2024"
|
||||
description = "Tokio-based utilities for SACP (Symposium's extensions to ACP)"
|
||||
license = "MIT OR Apache-2.0"
|
||||
repository = "https://github.com/symposium-dev/symposium-acp"
|
||||
keywords = ["acp", "agent", "protocol", "ai", "tokio"]
|
||||
categories = ["development-tools"]
|
||||
|
||||
[dependencies]
|
||||
sacp = { version = "11.0.0-alpha.1", path = "../sacp" }
|
||||
futures.workspace = true
|
||||
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
shell-words = "1.1"
|
||||
tokio.workspace = true
|
||||
tokio-util.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
expect-test.workspace = true
|
||||
sacp-test = { path = "../sacp-test" }
|
||||
tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }
|
||||
Reference in New Issue
Block a user