This is an automated email from the ASF dual-hosted git repository.

liujun pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/dubbo-rust.git

commit dc17b83bd274e6570c7b8e35edb900bdf1fdacbb
Merge: 60304c2 29c9d1f
Author: ken.lj <[email protected]>
AuthorDate: Thu Sep 29 11:09:53 2022 +0800

    Fix examples and release first version #41

 .github/workflows/github-actions.yml               |  2 +
 .gitignore                                         |  1 -
 Cargo.toml                                         |  3 +-
 config/Cargo.toml                                  |  6 +-
 dubbo-build/Cargo.toml                             |  4 +
 dubbo/Cargo.toml                                   |  6 +-
 dubbo/src/framework.rs                             |  2 +-
 dubbo/src/triple/server/triple.rs                  |  2 +-
 examples/{ => echo}/Cargo.toml                     |  8 +-
 examples/{ => echo}/LICENSE                        |  0
 examples/{ => echo}/README.md                      |  6 +-
 examples/{ => echo}/README_CN.md                   |  6 +-
 examples/{ => echo}/build.rs                       |  0
 examples/{ => echo}/src/echo/client.rs             |  4 +-
 examples/{ => echo}/src/echo/server.rs             |  4 +-
 examples/{ => echo}/src/lib.rs                     |  0
 examples/{ => echo}/src/protos/hello_echo.rs       |  0
 examples/{ => echo}/src/protos/mod.rs              |  0
 examples/{ => greeter}/Cargo.toml                  | 16 ++--
 examples/{ => greeter}/LICENSE                     |  0
 examples/greeter/README.md                         | 30 +++++++
 examples/greeter/README_CN.md                      | 30 +++++++
 examples/{src/lib.rs => greeter/build.rs}          |  6 +-
 examples/greeter/dubbo.yaml                        | 18 ++++
 examples/greeter/proto/greeter.proto               | 46 +++++++++++
 .../{src/echo => greeter/src/greeter}/client.rs    | 51 +++++++-----
 .../{src/echo => greeter/src/greeter}/server.rs    | 95 ++++++++++++----------
 27 files changed, 251 insertions(+), 95 deletions(-)

Reply via email to