diff options
Diffstat (limited to '')
-rw-r--r-- | dependencies.dot | 6 |
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" } |