diff options
| -rw-r--r-- | Package.resolved | 15 | ||||
| -rw-r--r-- | Package.swift | 6 |
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. |