1
0
mirror of https://github.com/actix/actix-website synced 2025-06-27 23:49:02 +02:00

Cargo can't do nested workspaces.

This commit is contained in:
Cameron Dershem
2019-06-13 00:32:48 -04:00
parent e43f408bce
commit 315b131cdd
14 changed files with 17 additions and 21 deletions

View File

@ -0,0 +1,8 @@
[package]
name = "flexible-responders"
version = "0.1.0"
edition = "2018"
[dependencies]
actix-web = "1.0"
serde = "1.0"