actix-net/Cargo.toml

12 lines
167 B
TOML
Raw Normal View History

2018-12-09 17:56:23 +00:00
[workspace]
members = [
2018-12-09 23:19:25 +00:00
"actix-codec",
2018-12-10 16:42:31 +00:00
"actix-connector",
2019-01-02 06:59:52 +00:00
"actix-rt",
2018-12-09 17:56:23 +00:00
"actix-service",
2018-12-10 06:14:29 +00:00
"actix-server",
2019-01-02 06:59:52 +00:00
"actix-test-server",
"actix-utils",
2019-01-05 21:19:25 +00:00
"router",
2018-12-09 17:56:23 +00:00
]