aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Beltran del Rio <jj@r.bdr.sh>2026-06-16 14:55:56 +0200
committerRuben Beltran del Rio <jj@r.bdr.sh>2026-06-16 14:56:01 +0200
commit3c391974907820c6385e90025faeab0d9c60bd06 (patch)
tree8ed84fa54156036a30bc5398e3af8ab4d47d4d2d
parent657aa83a5ca24dc35572c040df64a0abb85e8612 (diff)
Use git URL for norgkit1.0.0
-rw-r--r--Package.resolved15
-rw-r--r--Package.swift6
2 files changed, 17 insertions, 4 deletions
diff --git a/Package.resolved b/Package.resolved
new file mode 100644
index 0000000..b1d1107
--- /dev/null
+++ b/Package.resolved
@@ -0,0 +1,15 @@
+{
+ "originHash" : "0960b440770a659133d512990dee327d70182aa746ec78aa8d8cd2117579657e",
+ "pins" : [
+ {
+ "identity" : "norgkit",
+ "kind" : "remoteSourceControl",
+ "location" : "https://git.sr.ht/~rbdr/norgkit",
+ "state" : {
+ "revision" : "501fdce29e4d2c46c4708ad7f44056878e0db3fa",
+ "version" : "1.0.0"
+ }
+ }
+ ],
+ "version" : 3
+}
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.