chore: Add Mustache

This commit is contained in:
Thomas A. Christensen II 2024-09-03 14:07:12 -05:00
parent 017196c4ee
commit 792fb98c76
Signed by: millironx
GPG key ID: B7044A3432851F64
2 changed files with 8 additions and 1 deletions

View file

@ -2,7 +2,7 @@
julia_version = "1.10.5" julia_version = "1.10.5"
manifest_format = "2.0" manifest_format = "2.0"
project_hash = "7e38425d15a28e7abd87534dcfc793c08d63a4f4" project_hash = "2fa745387593e623f1f0981fb03a0365b52a606c"
[[deps.Artifacts]] [[deps.Artifacts]]
uuid = "56f22d72-fd6d-98f1-02f0-08ddc0907c33" uuid = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
@ -138,6 +138,12 @@ version = "1.2.0"
[[deps.Mmap]] [[deps.Mmap]]
uuid = "a63ad114-7e13-5084-954f-fe012c677804" uuid = "a63ad114-7e13-5084-954f-fe012c677804"
[[deps.Mustache]]
deps = ["Printf", "Tables"]
git-tree-sha1 = "3b2db451a872b20519ebb0cec759d3d81a1c6bcb"
uuid = "ffc61752-8dc7-55ee-8c37-f3e9cdd09e70"
version = "1.0.20"
[[deps.OpenBLAS_jll]] [[deps.OpenBLAS_jll]]
deps = ["Artifacts", "CompilerSupportLibraries_jll", "Libdl"] deps = ["Artifacts", "CompilerSupportLibraries_jll", "Libdl"]
uuid = "4536629a-c528-5b80-bd46-f80d51c5b363" uuid = "4536629a-c528-5b80-bd46-f80d51c5b363"

View file

@ -1,3 +1,4 @@
[deps] [deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b" CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Mustache = "ffc61752-8dc7-55ee-8c37-f3e9cdd09e70"