1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-08-30 11:08:08 +02:00

Merge pull request #5 from actix/JohnTitor-patch-2

Fix syntax
This commit is contained in:
Yuki Okushi
2020-02-15 01:55:31 +09:00
committed by GitHub

View File

@@ -2,7 +2,7 @@
name = "actix-protobuf"
version = "0.5.0"
edition = "2018"
authors = ["kingxsp <jin.hb.zh@outlook.com>, Yuki Okushi <huyuumi.dev@gmail.com>"]
authors = ["kingxsp <jin.hb.zh@outlook.com>", "Yuki Okushi <huyuumi.dev@gmail.com>"]
description = "Protobuf support for actix-web framework."
readme = "README.md"
keywords = ["actix"]