aboutsummaryrefslogtreecommitdiff
path: root/Package.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Package.swift')
-rw-r--r--Package.swift6
1 files changed, 2 insertions, 4 deletions
diff --git a/Package.swift b/Package.swift
index c9a9448..dc42e93 100644
--- a/Package.swift
+++ b/Package.swift
@@ -19,10 +19,8 @@ let package = Package(
),
],
dependencies: [
- // NorgKit provides the parser and model value types. Uses a local path
- // while the packages are developed side by side; switch to a tagged
- // git dependency once NorgKit is published.
- .package(path: "../norgkit"),
+ // NorgKit provides the parser and model value types.
+ .package(url: "https://git.sr.ht/~rbdr/norgkit", from: "1.0.0"),
],
targets: [
// Targets are the basic building blocks of a package, defining a module or a test suite.