add Base64 in project.toml

This commit is contained in:
2026-02-22 14:15:24 +07:00
parent 507b4951b4
commit 6dcccc903f
2 changed files with 10 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
julia_version = "1.12.5"
manifest_format = "2.0"
project_hash = "8a7a8b88d777403234a6816e699fb0ab1e991aac"
project_hash = "b632f853bcf5355f5c53ad3efa7a19f70444dc6c"
[[deps.AliasTables]]
deps = ["PtrArrays", "Random"]
@@ -436,6 +436,12 @@ git-tree-sha1 = "d9d9a189fb9155a460e6b5e8966bf6a66737abf8"
uuid = "55e73f9c-eeeb-467f-b4cc-a633fde63d2a"
version = "0.1.0"
[[deps.NATSBridge]]
deps = ["Arrow", "DataFrames", "Dates", "GeneralUtils", "HTTP", "JSON", "NATS", "PrettyPrinting", "Revise", "UUIDs"]
path = "."
uuid = "f2724d33-f338-4a57-b9f8-1be882570d10"
version = "0.4.1"
[[deps.NanoDates]]
deps = ["Dates", "Parsers"]
git-tree-sha1 = "850a0557ae5934f6e67ac0dc5ca13d0328422d1f"