mirror of
https://github.com/fafhrd91/actix-web
synced 2025-06-27 07:19:04 +02:00
update graphs
This commit is contained in:
@ -4,7 +4,7 @@ digraph {
|
||||
subgraph cluster_net {
|
||||
label="actix-net"
|
||||
"actix-codec" "actix-macros" "actix-rt" "actix-server" "actix-service"
|
||||
"actix-tls" "actix-tracing" "actix-utils" "actix-router"
|
||||
"actix-tls" "actix-tracing" "actix-utils"
|
||||
}
|
||||
|
||||
subgraph cluster_other {
|
||||
@ -25,7 +25,6 @@ digraph {
|
||||
"actix-tls" -> { "tokio-util" }[color="#009900"]
|
||||
"actix-server" -> { "actix-service" "actix-rt" "actix-utils" "tokio" }
|
||||
"actix-rt" -> { "actix-macros" "tokio" }
|
||||
"actix-router" -> { "bytestring" }
|
||||
|
||||
"local-channel" -> { "local-waker" }
|
||||
|
||||
|
Reference in New Issue
Block a user