Skip to content
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/huggingface/swift-jinja.git", from: "2.0.0"),
.package(url: "https://github.com/huggingface/swift-huggingface.git", from: "0.8.0"),
Comment thread
mattt marked this conversation as resolved.
Outdated
Comment thread
mattt marked this conversation as resolved.
Outdated
.package(url: "https://github.com/apple/swift-collections.git", from: "1.0.0"),
.package(url: "https://github.com/apple/swift-crypto.git", "3.0.0"..<"5.0.0"),
.package(url: "https://github.com/ibireme/yyjson.git", exact: "0.12.0"),
Expand All @@ -28,6 +29,7 @@ let package = Package(
name: "Hub",
dependencies: [
.product(name: "Jinja", package: "swift-jinja"),
.product(name: "HuggingFace", package: "swift-huggingface"),
.product(name: "OrderedCollections", package: "swift-collections"),
.product(name: "Crypto", package: "swift-crypto"),
.product(name: "yyjson", package: "yyjson"),
Expand Down
Loading
Loading