diff --git a/.gitmodules b/.gitmodules index 72e71a9..6ad8932 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,9 @@ [submodule "rustree"] path = rustree url = git@git.loyso.art:frx/rustree.git +[submodule "bigbrow"] + path = bigbrow + url = git@git.loyso.art:frx/bigbrow.git +[submodule "altherego"] + path = altherego + url = git@git.loyso.art:frx/altherego.git diff --git a/Cargo.toml b/Cargo.toml index 535ca96..1f25d08 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,8 @@ [workspace] members = [ - "alterego", + "altherego", "rustree", + "bigbrow", ] [workspace.dependencies] diff --git a/altherego b/altherego new file mode 160000 index 0000000..d83af3e --- /dev/null +++ b/altherego @@ -0,0 +1 @@ +Subproject commit d83af3e6cda5dc37d244a2ed89ae24dfae9edcc4 diff --git a/bigbrow b/bigbrow new file mode 160000 index 0000000..f79acdd --- /dev/null +++ b/bigbrow @@ -0,0 +1 @@ +Subproject commit f79acdd58ed0081c21113c05ee3ad886f4ff4826