diff --git a/Q/QuartoTools/Compat.toml b/Q/QuartoTools/Compat.toml new file mode 100644 index 000000000000000..0b78e1f54710982 --- /dev/null +++ b/Q/QuartoTools/Compat.toml @@ -0,0 +1,10 @@ +[1] +Dates = "1.6.0-1" +Pkg = "1.6.0-1" +Preferences = "1" +REPL = "1.6.0-1" +Requires = "1" +SHA = ["0.7", "1.6.0-1"] +Serialization = "1.6.0-1" +TOML = "1" +julia = "1.6.0-1" diff --git a/Q/QuartoTools/Deps.toml b/Q/QuartoTools/Deps.toml new file mode 100644 index 000000000000000..aca5ad156de74ba --- /dev/null +++ b/Q/QuartoTools/Deps.toml @@ -0,0 +1,9 @@ +[1] +Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" +Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" +Preferences = "21216c6a-2e73-6563-6e65-726566657250" +REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb" +Requires = "ae029012-a4dd-5104-9daa-d747884805df" +SHA = "ea8e919c-243c-51af-8825-aaa63cd721ce" +Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b" +TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76" diff --git a/Q/QuartoTools/Package.toml b/Q/QuartoTools/Package.toml new file mode 100644 index 000000000000000..91e1a2d25ed06c1 --- /dev/null +++ b/Q/QuartoTools/Package.toml @@ -0,0 +1,3 @@ +name = "QuartoTools" +uuid = "5fded309-f5a0-485a-9129-b3749510da85" +repo = "https://github.com/PumasAI/QuartoTools.jl.git" diff --git a/Q/QuartoTools/Versions.toml b/Q/QuartoTools/Versions.toml new file mode 100644 index 000000000000000..185e0eafb6de8bb --- /dev/null +++ b/Q/QuartoTools/Versions.toml @@ -0,0 +1,2 @@ +["1.0.0"] +git-tree-sha1 = "2857bd29f1038580be72dfc9dcd8ae3ba12a5f47" diff --git a/Registry.toml b/Registry.toml index ba34cdfddfb6380..7e729b1ca233056 100644 --- a/Registry.toml +++ b/Registry.toml @@ -4512,6 +4512,7 @@ some amount of consideration when choosing package names. 5fd89c64-9bfa-4c3b-9406-7e573fc4f4af = { name = "PhyloDiamond", path = "P/PhyloDiamond" } 5fdc822c-4560-4d20-af7e-e5ee461714d5 = { name = "BLASBenchmarksCPU", path = "B/BLASBenchmarksCPU" } 5fdcd639-92d1-5a06-bf6b-28f2061df1a9 = { name = "xxHash_jll", path = "jll/X/xxHash_jll" } +5fded309-f5a0-485a-9129-b3749510da85 = { name = "QuartoTools", path = "Q/QuartoTools" } 5fdff7f3-485e-5122-bc58-379aa217adcc = { name = "libint_jll", path = "jll/L/libint_jll" } 5fe2550f-d27e-4649-9aea-fdf9a83a1aa9 = { name = "ForwardMethods", path = "F/ForwardMethods" } 5fe40f08-422b-4ec7-90aa-ba60e31ac74e = { name = "InvariantCausalPrediction", path = "I/InvariantCausalPrediction" }