aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-03-01 00:34:57 -0300
committerEuAndreh <eu@euandre.org>2021-03-01 00:34:57 -0300
commit9cf0e9e26feced57762986297a39027ce7c51e53 (patch)
tree09914979e48fba832c005fa6a48b3f748b811296
parentdependencies.dot: Remove ssmtp (diff)
downloadpackage-repository-9cf0e9e26feced57762986297a39027ce7c51e53.tar.gz
package-repository-9cf0e9e26feced57762986297a39027ce7c51e53.tar.xz
dependencies.dot: Add std-tools
Diffstat (limited to '')
-rw-r--r--dependencies.dot6
1 files changed, 4 insertions, 2 deletions
diff --git a/dependencies.dot b/dependencies.dot
index 3cc2e7a..4a52918 100644
--- a/dependencies.dot
+++ b/dependencies.dot
@@ -38,19 +38,21 @@ digraph {
Mediator -> libedn
Mediator -> eq
+ "std-tools" -> "Fallible+SharedC"
+
yoctoauth -> "Fallible+SharedC"
yoctoauth -> Gluilo
-
"YoctoAuth::Mojolicious" -> yoctoauth
+ "yoctoauth-artanis" -> yoctoauth
"mediator.cloud" -> Mediator
"mediator.cloud" -> "YoctoAuth::Mojolicious"
Songbooks -> "yoctoauth-artanis"
- "yoctoauth-artanis" -> yoctoauth
DiscussionsSite -> "YoctoAuth::Mojolicious"
Standardify -> "YoctoAuth::Mojolicious"
Standardify -> AutoQEMU
+ Standardify -> "std-tools"
}