Skip to content

Commit 463dcf4

Browse files
authored
Ftr: merge some mod to dubbo (#188)
* delete unuse mod, mv some code to dubbo * style(dubbo): cargo fmt * style(dubbo): update tracing usage
1 parent 13bb389 commit 463dcf4

File tree

98 files changed

+191
-1719
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+191
-1719
lines changed

Cargo.toml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,12 @@
11
[workspace]
22
resolver = "2"
33
members = [
4-
"common/logger",
5-
"common/utils",
6-
"common/extention",
7-
"common/base",
84
"registry/zookeeper",
95
"registry/nacos",
10-
"metadata",
11-
"config",
126
"dubbo",
137
"examples/echo",
148
"examples/greeter",
159
"dubbo-build",
16-
"remoting/net",
17-
"remoting/http",
18-
"remoting/zookeeper",
19-
"remoting/base",
20-
"remoting/xds",
21-
"protocol/dubbo2",
22-
"protocol/base",
23-
"protocol/triple"
2410
]
2511

2612

@@ -40,14 +26,6 @@ futures = "0.3"
4026
serde = "1"
4127
serde_json = "1"
4228
urlencoding = "2.1.2"
43-
dubbo-logger = {path="./common/logger"}
44-
dubbo-utils = {path="./common/utils"}
45-
dubbo-base = {path="./common/base"}
46-
remoting-net = {path="./remoting/net"}
47-
remoting-base = {path="./remoting/base"}
48-
protocol-base = {path= "protocol/base" }
49-
protocol-dubbo2 = {path="./protocol/dubbo2"}
50-
protocol-triple = {path="./protocol/triple"}
5129
registry-zookeeper = {path="./registry/zookeeper"}
5230
registry-nacos = {path="./registry/nacos"}
5331
anyhow = "1.0.66"
@@ -61,6 +39,3 @@ bytes = "1.0"
6139
prost-serde = "0.3.0"
6240
prost-serde-derive = "0.1.2"
6341
url = "2.5.0"
64-
65-
66-

common/base/Cargo.toml

Lines changed: 0 additions & 10 deletions
This file was deleted.

common/base/LICENSE

Lines changed: 0 additions & 202 deletions
This file was deleted.

common/base/src/node.rs

Lines changed: 0 additions & 28 deletions
This file was deleted.

common/extention/Cargo.toml

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)