1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2025-03-10 13:31:10 +00:00
actix-web/examples/catflap/Cargo.toml
2018-03-07 13:16:32 +01:00

10 lines
203 B
TOML

[package]
name = "catflap"
version = "0.1.0"
authors = ["ivegotasthma <ivegotasthma@protonmail.com>"]
workspace = "../.."
[dependencies]
env_logger = "0.5"
actix = "0.5"
actix-web = { path = "../../" }