diff --git a/Registry.toml b/Registry.toml index b5ca55a..0ae7c1a 100644 --- a/Registry.toml +++ b/Registry.toml @@ -3,3 +3,4 @@ uuid = "23a5b13b-685a-48af-83c5-6c0fa14daa8c" repo = "https://github.com/registratortestorg/AnotherRegistry" [packages] +e4548437-a13c-408a-aa50-7ad9b12a31b8 = { name = "TestBar", path = "T/TestBar" } diff --git a/T/TestBar/Compat.toml b/T/TestBar/Compat.toml new file mode 100644 index 0000000..e69de29 diff --git a/T/TestBar/Deps.toml b/T/TestBar/Deps.toml new file mode 100644 index 0000000..e69de29 diff --git a/T/TestBar/Package.toml b/T/TestBar/Package.toml new file mode 100644 index 0000000..79789b2 --- /dev/null +++ b/T/TestBar/Package.toml @@ -0,0 +1,4 @@ +name = "TestBar" +uuid = "e4548437-a13c-408a-aa50-7ad9b12a31b8" +repo = "https://github.com/JuliaComputing/JHubRegistratorTest.git" +subdir = "TestBar" diff --git a/T/TestBar/Versions.toml b/T/TestBar/Versions.toml new file mode 100644 index 0000000..82daeb6 --- /dev/null +++ b/T/TestBar/Versions.toml @@ -0,0 +1,2 @@ +["0.1.1464"] +git-tree-sha1 = "f851c74402a51443b4308a764b0af62e7fe204f9"