1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-02 21:39:26 +00:00

Clean-up metadata

This commit is contained in:
Yuki Okushi 2020-03-12 07:57:20 +09:00
parent a253d7d3ce
commit c02d3e205b
No known key found for this signature in database
GPG key ID: B0986C85C0E2DAA1

View file

@ -111,9 +111,6 @@ actix-web = { path = "." }
actix-http = { path = "actix-http" }
actix-http-test = { path = "test-server" }
actix-web-codegen = { path = "actix-web-codegen" }
actix-cors = { path = "actix-cors" }
actix-identity = { path = "actix-identity" }
actix-session = { path = "actix-session" }
actix-files = { path = "actix-files" }
actix-multipart = { path = "actix-multipart" }
awc = { path = "awc" }