We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8925c1 commit 733ba57Copy full SHA for 733ba57
Package.swift
@@ -13,7 +13,8 @@ let package = Package(
13
],
14
dependencies: [
15
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.4.0"),
16
- .package(url: "https://github.com/maiqingqiang/Jinja", from: "1.0.6"),
+ // .package(url: "https://github.com/johnmai-dev/Jinja", from: "1.0.6"),
17
+ .package(url: "https://github.com/DePasqualeOrg/Jinja", branch: "add-functionality"),
18
19
targets: [
20
.executableTarget(
0 commit comments