mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-26 10:27:42 +02:00
merge project metadata
This commit is contained in:
14
actix-protobuf/.gitignore
vendored
14
actix-protobuf/.gitignore
vendored
@ -1,14 +0,0 @@
|
||||
Cargo.lock
|
||||
target/
|
||||
guide/build/
|
||||
/gh-pages
|
||||
|
||||
*.so
|
||||
*.out
|
||||
*.pyc
|
||||
*.pid
|
||||
*.sock
|
||||
*~
|
||||
|
||||
# These are backup files generated by rustfmt
|
||||
**/*.rs.bk
|
@ -8,8 +8,7 @@ readme = "README.md"
|
||||
keywords = ["actix"]
|
||||
homepage = "https://github.com/actix/actix-protobuf"
|
||||
license = "MIT/Apache-2.0"
|
||||
exclude = [".gitignore", ".travis.yml", ".cargo/config",
|
||||
"appveyor.yml", "/examples/**"]
|
||||
exclude = [".travis.yml", ".cargo/config", "/examples/**"]
|
||||
|
||||
[badges]
|
||||
travis-ci = { repository = "actix/actix-protobuf", branch = "master" }
|
||||
@ -32,9 +31,3 @@ prost = "0.6.0"
|
||||
|
||||
[dev-dependencies]
|
||||
prost-derive = "0.6.0"
|
||||
|
||||
[workspace]
|
||||
members = [
|
||||
"./",
|
||||
"examples/prost-example",
|
||||
]
|
||||
|
1
actix-protobuf/LICENSE-APACHE
Symbolic link
1
actix-protobuf/LICENSE-APACHE
Symbolic link
@ -0,0 +1 @@
|
||||
../LICENSE-APACHE
|
1
actix-protobuf/LICENSE-MIT
Symbolic link
1
actix-protobuf/LICENSE-MIT
Symbolic link
@ -0,0 +1 @@
|
||||
../LICENSE-MIT
|
@ -1,4 +1,11 @@
|
||||
# Actix-web ProtoBuf [](https://travis-ci.org/actix/actix-protobuf) [](https://codecov.io/gh/actix/actix-protobuf) [](https://crates.io/crates/actix-protobuf) [](https://gitter.im/actix/actix?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
# actix-protobuf
|
||||
|
||||
<center>
|
||||
[](https://travis-ci.org/actix/actix-protobuf)
|
||||
[](https://codecov.io/gh/actix/actix-protobuf)
|
||||
[](https://crates.io/crates/actix-protobuf)
|
||||
[](https://gitter.im/actix/actix?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
</center>
|
||||
|
||||
Protobuf support for actix-web framework.
|
||||
|
||||
|
@ -1,2 +0,0 @@
|
||||
max_width = 89
|
||||
reorder_imports = true
|
Reference in New Issue
Block a user