chore: Add JSON3
This commit is contained in:
parent
8fc627bc26
commit
c46e55b805
3 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
julia_version = "1.10.5"
|
julia_version = "1.10.5"
|
||||||
manifest_format = "2.0"
|
manifest_format = "2.0"
|
||||||
project_hash = "9a6e95069a74e183ae2855c0687a772d816b7a62"
|
project_hash = "485bf8850ea9ae7d6a84e8f24d8d02ed87a19c2c"
|
||||||
|
|
||||||
[[deps.AbstractTrees]]
|
[[deps.AbstractTrees]]
|
||||||
git-tree-sha1 = "2d9c9a55f9c93e8887ad391fbae72f8ef55e1177"
|
git-tree-sha1 = "2d9c9a55f9c93e8887ad391fbae72f8ef55e1177"
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
[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"
|
||||||
|
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
|
||||||
PromptingTools = "670122d1-24a8-4d70-bfce-740807c42192"
|
PromptingTools = "670122d1-24a8-4d70-bfce-740807c42192"
|
||||||
|
|
1
main.jl
1
main.jl
|
@ -2,6 +2,7 @@
|
||||||
using CSV
|
using CSV
|
||||||
using DataFrames
|
using DataFrames
|
||||||
using Dates
|
using Dates
|
||||||
|
using JSON3
|
||||||
using Logging
|
using Logging
|
||||||
using PromptingTools
|
using PromptingTools
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue