diff --git a/Registry.toml b/Registry.toml index edde949990894a1..c953d8c3f59b00c 100644 --- a/Registry.toml +++ b/Registry.toml @@ -3635,6 +3635,7 @@ some amount of consideration when choosing package names. 4e58fcc1-4405-48af-b0f2-42df636d9190 = { name = "BellScenario", path = "B/BellScenario" } 4e599b9b-5231-4225-b353-2dfd54e54db8 = { name = "ReversibleJumpMCMC", path = "R/ReversibleJumpMCMC" } 4e5d9629-6565-4102-a9ff-45c707eb060e = { name = "GenieDevTools", path = "G/GenieDevTools" } +4e6207fc-2eac-4e87-a4c7-54305e430502 = { name = "ShortcutClient", path = "S/ShortcutClient" } 4e6fcdb7-1186-4e1f-a706-475e75c168bb = { name = "OptimizationNLopt", path = "O/OptimizationNLopt" } 4e7460e3-fd1b-4f88-90fa-49c1b80b3e77 = { name = "CudaRBMs", path = "C/CudaRBMs" } 4e780e97-f5bf-4111-9dc4-b70aaf691b06 = { name = "SnpArrays", path = "S/SnpArrays" } diff --git a/S/ShortcutClient/Compat.toml b/S/ShortcutClient/Compat.toml new file mode 100644 index 000000000000000..9ed6c2d0dc82d11 --- /dev/null +++ b/S/ShortcutClient/Compat.toml @@ -0,0 +1,4 @@ +[0] +Dates = "1.11.0-1" +OpenAPI = "0.1.26-0.1" +TimeZones = "1.20.0-1" diff --git a/S/ShortcutClient/Deps.toml b/S/ShortcutClient/Deps.toml new file mode 100644 index 000000000000000..b7a6fd40b27f108 --- /dev/null +++ b/S/ShortcutClient/Deps.toml @@ -0,0 +1,5 @@ +[0] +Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" +OpenAPI = "d5e62ea6-ddf3-4d43-8e4c-ad5e6c8bfd7d" +Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" +TimeZones = "f269a46b-ccf7-5d73-abea-4c690281aa53" diff --git a/S/ShortcutClient/Package.toml b/S/ShortcutClient/Package.toml new file mode 100644 index 000000000000000..bb10dee39204643 --- /dev/null +++ b/S/ShortcutClient/Package.toml @@ -0,0 +1,3 @@ +name = "ShortcutClient" +uuid = "4e6207fc-2eac-4e87-a4c7-54305e430502" +repo = "https://github.com/semperos/ShortcutClient.jl.git" diff --git a/S/ShortcutClient/Versions.toml b/S/ShortcutClient/Versions.toml new file mode 100644 index 000000000000000..9158509a3c91c2d --- /dev/null +++ b/S/ShortcutClient/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "e6ff68d3ccae56210ce6a5f369090be5b4095f4f"