1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +02:00

update dotgraphs

This commit is contained in:
Rob Ede
2020-11-25 00:54:00 +00:00
parent e72b787ba7
commit fe6ad816cc
2 changed files with 24 additions and 20 deletions

View File

@ -8,6 +8,7 @@ digraph {
"actix-multipart"
"actix-web-actors"
"actix-web-codegen"
"actix-http-test"
}
"actix-web" -> { "actix-web-codegen" "actix-http" "awc" }
@ -16,4 +17,5 @@ digraph {
"actix-multipart" -> { "actix-web" }
"actix-http" -> { "actix" }[color=blue] // optional
"actix-files" -> { "actix-web" "actix-http" }
"actix-http-test" -> { "awc" }
}