Skip to content

Commit

Permalink
Ftr: merge some mod to dubbo (#188)
Browse files Browse the repository at this point in the history
* delete unuse mod, mv some code to dubbo

* style(dubbo): cargo fmt

* style(dubbo): update tracing usage
  • Loading branch information
yang20150702 authored Apr 11, 2024
1 parent 13bb389 commit 463dcf4
Show file tree
Hide file tree
Showing 98 changed files with 191 additions and 1,719 deletions.
25 changes: 0 additions & 25 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,26 +1,12 @@
[workspace]
resolver = "2"
members = [
"common/logger",
"common/utils",
"common/extention",
"common/base",
"registry/zookeeper",
"registry/nacos",
"metadata",
"config",
"dubbo",
"examples/echo",
"examples/greeter",
"dubbo-build",
"remoting/net",
"remoting/http",
"remoting/zookeeper",
"remoting/base",
"remoting/xds",
"protocol/dubbo2",
"protocol/base",
"protocol/triple"
]


Expand All @@ -40,14 +26,6 @@ futures = "0.3"
serde = "1"
serde_json = "1"
urlencoding = "2.1.2"
dubbo-logger = {path="./common/logger"}
dubbo-utils = {path="./common/utils"}
dubbo-base = {path="./common/base"}
remoting-net = {path="./remoting/net"}
remoting-base = {path="./remoting/base"}
protocol-base = {path= "protocol/base" }
protocol-dubbo2 = {path="./protocol/dubbo2"}
protocol-triple = {path="./protocol/triple"}
registry-zookeeper = {path="./registry/zookeeper"}
registry-nacos = {path="./registry/nacos"}
anyhow = "1.0.66"
Expand All @@ -61,6 +39,3 @@ bytes = "1.0"
prost-serde = "0.3.0"
prost-serde-derive = "0.1.2"
url = "2.5.0"



10 changes: 0 additions & 10 deletions common/base/Cargo.toml

This file was deleted.

202 changes: 0 additions & 202 deletions common/base/LICENSE

This file was deleted.

28 changes: 0 additions & 28 deletions common/base/src/node.rs

This file was deleted.

8 changes: 0 additions & 8 deletions common/extention/Cargo.toml

This file was deleted.

Loading

0 comments on commit 463dcf4

Please sign in to comment.