chore: Add JSON3

This commit is contained in:
Thomas A. Christensen II 2024-09-04 16:49:17 -05:00
parent 8fc627bc26
commit c46e55b805
Signed by: millironx
GPG key ID: B7044A3432851F64
3 changed files with 3 additions and 1 deletions

View file

@ -2,7 +2,7 @@
julia_version = "1.10.5"
manifest_format = "2.0"
project_hash = "9a6e95069a74e183ae2855c0687a772d816b7a62"
project_hash = "485bf8850ea9ae7d6a84e8f24d8d02ed87a19c2c"
[[deps.AbstractTrees]]
git-tree-sha1 = "2d9c9a55f9c93e8887ad391fbae72f8ef55e1177"

View file

@ -1,4 +1,5 @@
[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
PromptingTools = "670122d1-24a8-4d70-bfce-740807c42192"

View file

@ -2,6 +2,7 @@
using CSV
using DataFrames
using Dates
using JSON3
using Logging
using PromptingTools