Initial commit
This commit is contained in:
commit
0bbcab5727
24 changed files with 1416 additions and 0 deletions
12
Cargo.toml
Normal file
12
Cargo.toml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[workspace]
|
||||
members = [
|
||||
"common",
|
||||
"crypto",
|
||||
"registry",
|
||||
"type-map",
|
||||
"codec",
|
||||
"transport",
|
||||
"host",
|
||||
"client",
|
||||
]
|
||||
resolver = "3"
|
||||
Loading…
Reference in a new issue