13 lines
281 B
TOML
13 lines
281 B
TOML
[package]
|
|
name = "owlen-mcp-client"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
description = "Dedicated MCP client library for Owlen, exposing remote MCP server communication"
|
|
license = "AGPL-3.0"
|
|
|
|
[dependencies]
|
|
owlen-core = { path = "../../owlen-core" }
|
|
|
|
[features]
|
|
default = []
|