Skip to content

Commit 4e03f8f

Browse files
committed
Add package dependency for github.com/loopwork-ai/EventSource
1 parent 2b67a12 commit 4e03f8f

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Package.resolved

Lines changed: 10 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ let package = Package(
2222
dependencies: [
2323
.package(url: "https://github.com/apple/swift-system.git", from: "1.0.0"),
2424
.package(url: "https://github.com/apple/swift-log.git", from: "1.5.0"),
25+
.package(url: "https://github.com/loopwork-ai/eventsource.git", from: "1.1.0"),
2526
],
2627
targets: [
2728
// Targets are the basic building blocks of a package, defining a module or a test suite.
@@ -31,13 +32,15 @@ let package = Package(
3132
dependencies: [
3233
.product(name: "SystemPackage", package: "swift-system"),
3334
.product(name: "Logging", package: "swift-log"),
35+
.product(name: "EventSource", package: "eventsource"),
3436
]),
3537
.testTarget(
3638
name: "MCPTests",
3739
dependencies: [
3840
"MCP",
3941
.product(name: "SystemPackage", package: "swift-system"),
4042
.product(name: "Logging", package: "swift-log"),
43+
.product(name: "EventSource", package: "eventsource"),
4144
]),
4245
]
4346
)

0 commit comments

Comments
 (0)