Adding Petit Parser 1 as a dependency.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2023-04-04 09:23:20 -05:00
parent ee2ade0509
commit 8a2ac498e6
1 changed files with 6 additions and 1 deletions

View File

@ -13,7 +13,12 @@ BaselineOfMiniDocs >> baseline: spec [
"Dependencies"
spec
baseline: 'Mustache' with: [ spec repository: 'github://noha/mustache' ];
baseline: 'Tealight' with: [ spec repository: 'github://astares/Tealight:main/src' ].
baseline: 'Tealight' with: [ spec repository: 'github://astares/Tealight:main/src' ];
baseline: 'PetitParser' with: [
spec
loads: #('Minimal');
repository: 'github://moosetechnology/PetitParser:v3.x.x/src'
].
"self xmlParserHTML: spec."
"Packages"
spec